Skip to content

Commit

Permalink
fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed May 31, 2022
1 parent efa3fb9 commit ffdfd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Push
run: dotnet nuget push Relewise.Client.Extensions.${VERSION}.nupkg --source https://nuget.pkg.github.com/Relewise/index.json --api-key ${NUGET_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.NUGET_RELEWISE_CLIENT_EXTENSIONS_TOKEN }}
NUGET_TOKEN: ${{ secrets.NUGET_RELEWISE_CLIENT_EXTENSIONS_TOKEN }}

0 comments on commit ffdfd56

Please sign in to comment.