We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1be2c commit 7bfa62eCopy full SHA for 7bfa62e
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
run: dotnet build --configuration Release
21
- name: Pack
22
working-directory: src/Blazor.Extensions.Logging
23
- run: dotnet pack --configuration Release
+ run: dotnet pack --configuration Release -p:Version=${GITHUB_REF##*/v}
24
- name: Push
25
working-directory: src/Blazor.Extensions.Logging/bin/Release
26
run: |
@@ -33,4 +33,4 @@ jobs:
33
tag_name: ${{ github.ref }}
34
release_name: Release ${{ github.ref }}
35
draft: false
36
- prerelease: false
+ prerelease: false
0 commit comments