Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle-lord authored Mar 15, 2024
1 parent 9d69939 commit 54a09c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- shell: bash
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand All @@ -25,5 +24,5 @@ jobs:
- name: Publish
env:
NUGET_TOKEN: ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push ./GoFileSharp.nupkg --api-key "$NUGET_TOKEN" --source "https://api.nuget.org/v3/index.json"
run: dotnet nuget push ./GoFileSharp.nupkg --api-key ${NUGET_TOKEN} --source "https://api.nuget.org/v3/index.json"

0 comments on commit 54a09c2

Please sign in to comment.