Skip to content

Commit

Permalink
Fix Release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Sep 24, 2023
1 parent 71f7fe7 commit 9476e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet build --no-restore

- name: Pack
run: dotnet pack
run: dotnet pack --no-restore --no-build

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand All @@ -42,5 +42,5 @@ jobs:
- name: Deploy Artifacts
run: >
dotnet nuget push **/*.nupkg
-- source https://api.nuget.org/v3/index.json
--api-key ${{ secrets.nuget_api_key }}
--source https://api.nuget.org/v3/index.json
--api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit 9476e57

Please sign in to comment.