Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Fixes environment variable because I am a joke
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjamesmarshallau committed Dec 9, 2019
1 parent 6a8e3a3 commit 4ad8383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
run: |
apt-get update && apt-get install -y nuget
nuget source Add -Name "GitHub" -Source "https://nuget.pkg.github.com/i18u/index.json" -UserName i18u -Password NUGET_KEY
nuget source Add -Name "GitHub" -Source "https://nuget.pkg.github.com/i18u/index.json" -UserName i18u -Password $NUGET_KEY
- name: nuget-push
run: nuget push out/i18u.Repositories.Mongo.${GITHUB_REF##*/}.nupkg -Source "GitHub"

0 comments on commit 4ad8383

Please # to comment.