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

Commit

Permalink
Following what someone said on stackoverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjamesmarshallau committed Dec 9, 2019
1 parent 4ad8383 commit 1c05722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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"
run: nuget push out/*.nupkg -Source "GitHub" -SkipDuplicate

0 comments on commit 1c05722

Please # to comment.