Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Jan 17, 2023
1 parent 656086c commit d2c6d76
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:
run: dotnet test --no-build --verbosity normal
- name: Pack
if: ${{ github.ref == 'refs/heads/master' }}
run: dotnet pack --configuration release --output ${{ github.workspace}}/artifact/ --version-suffix ${{ github.GITHUB_SHA }}
run: dotnet pack --configuration release --output ${{ github.workspace}}/artifact/ --version-suffix ${{ github.sha }}
- name: Push
if: ${{ github.ref == 'refs/heads/master' }}
run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --source https://nuget.pkg.github.com/ctolkien/index.json --api-key ${GITHUB_TOKEN} --skip-duplicate
Expand Down

0 comments on commit d2c6d76

Please sign in to comment.