Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SinoAHpx authored Oct 10, 2024
1 parent 50ad14e commit 5fb8dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Pack
run: dotnet pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Push
Expand Down

0 comments on commit 5fb8dd3

Please sign in to comment.