Skip to content

Commit

Permalink
Fix release push (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
acesnik authored Mar 9, 2022
1 parent c1e442a commit a6fcca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
run: |
$version= &git describe --tags
cd mzLib
dotnet nuget push mzLib/mzLib.${version}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${env:GITHUB_TOKEN}
dotnet nuget push mzLib.${version}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${env:GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.NUGET_KEY }}

0 comments on commit a6fcca7

Please sign in to comment.