Skip to content

Commit

Permalink
Fix GitHub NuGet upload
Browse files Browse the repository at this point in the history
  • Loading branch information
b1thunt3r committed Nov 26, 2020
1 parent 8bff0bd commit 2cf8355
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,7 @@ jobs:
run: dotnet nuget push "./nupkg/*.nupkg" --skip-duplicate --no-symbols true --source https://www.myget.org/F/bit0/api/v3/index.json --api-key ${{ secrets.MYGET_API_KEY }}

- name: Publish nugets to GitHub
uses: tanaka-takayoshi/nuget-publish-to-github-packages-action@v2.1
with:
nupkg-path: './nupkg/*.nupkg'
repo-owner: ${{ github.repository_owner }}
gh-user: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push "./nupkg/*.nupkg" --skip-duplicate --no-symbols true --source https://nuget.pkg.github.com/${{ github.repository_owner }} --api-key ${{ secrets.GITHUB_TOKEN }}

- name: Generate Changelog
id: changelog
Expand Down

0 comments on commit 2cf8355

Please sign in to comment.