Skip to content

Commit

Permalink
Update common-release-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elsand authored Aug 31, 2022
1 parent edec297 commit d8173ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Pack with debug symbols
run: dotnet pack --configuration Release /p:Version=${VERSION} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output . ${PROJECT}
- name: Push to GitHub Packages
run: dotnet nuget push *.${VERSION}.nupkg --source https://nuget.pkg.github.com/${GITHUB_REPOSITORY%/*}/index.json --api-key ${GITHUB_TOKEN}
run: dotnet nuget push *.${VERSION}.nupkg --source https://nuget.pkg.github.com/altinn/index.json --api-key ${GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push to nuget.org
Expand Down

0 comments on commit d8173ca

Please sign in to comment.