Skip to content

Commit

Permalink
update dotnet workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
R0boC0p committed May 22, 2024
1 parent e6b2f36 commit 25791b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ jobs:
run: dotnet pack --no-build -o ./nupkg

- name: Push NuGet package to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: dotnet nuget push ./nupkg/*.nupkg --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key $GITHUB_TOKEN
run: dotnet nuget push ./nupkg/*.nupkg --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GH_TOKEN }}

0 comments on commit 25791b3

Please sign in to comment.