Skip to content

Commit

Permalink
removing github packages source from release
Browse files Browse the repository at this point in the history
  • Loading branch information
drr00t authored May 17, 2022
1 parent 540f448 commit 520bb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --output .
- name: Push
run: dotnet nuget push *.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_KEY}} -s https://nuget.pkg.github.com/roadtoagility/index.json -k ${PKG_GITHUB_TOKEN}
run: dotnet nuget push *.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_KEY}}
create-github-release:
name: Create GitHub Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 520bb83

Please sign in to comment.