Skip to content

Commit

Permalink
fix(dev): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Jan 22, 2024
1 parent d162830 commit 50685af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: ./Promete

- name: Generate nuget package.
run: dotnet pack --configuration Release -o nupkg --version-suffix build-${{ github.sha:6 }}
run: dotnet pack --configuration Release -o nupkg --version-suffix build-${GITHUB_SHA::6}
working-directory: ./Promete

- name: Publish to nuget
Expand Down

0 comments on commit 50685af

Please sign in to comment.