Skip to content

Commit

Permalink
adding set api key step
Browse files Browse the repository at this point in the history
  • Loading branch information
rlovely committed Jan 11, 2024
1 parent aebb555 commit 71a076f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ jobs:
- name: Test
run: dotnet test --verbosity normal

- name: Set API key
run: dotnet nuget setapikey ${PUBLISH_KEY} --Source https://www.nuget.org/api/v2/package

- name: Publish
run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg -k ${PUBLISH_KEY}
run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg

0 comments on commit 71a076f

Please sign in to comment.