Skip to content

Commit

Permalink
Update releasepreview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naeemaei authored Jul 12, 2021
1 parent b138263 commit 947dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasepreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: dotnet pack --configuration Release /p:Version=${VERSION} --output .
working-directory: PersianTools.Core/PersianTools.Core
- name: Push
run: dotnet nuget push PersianTools.Core.${VERSION}.nupkg --source https://nuget.pkg.github.com/naeemaei/index.json --api-key ${GITHUB_TOKEN}
run: dotnet nuget push PersianTools.Core.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${GITHUB_TOKEN}
working-directory: PersianTools.Core/PersianTools.Core
env:
GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 947dda9

Please sign in to comment.