Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galvesribeiro authored Nov 3, 2019
1 parent f0b1c79 commit e4c209c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: dotnet build --configuration Release
- name: Pack
working-directory: src/Blazor.Extensions.SignalR
run: dotnet pack --configuration Release
run: dotnet pack --configuration Release -p:Version=${GITHUB_REF##*/v}
- name: Push
working-directory: src/Blazor.Extensions.SignalR/bin/Release
run: |
Expand All @@ -33,4 +33,4 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
prerelease: false

0 comments on commit e4c209c

Please sign in to comment.