Skip to content

Commit

Permalink
Use new secret
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 14, 2022
1 parent 1fe7ed3 commit 777f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Run dotnet build (release, for nuget)
run: ./build.cmd
- name: Nuget publish
run: dotnet nuget push packages\FSharp.Control.TaskSeq.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUBLISH_TOKEN }}
run: dotnet nuget push packages\FSharp.Control.TaskSeq.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUBLISH_TOKEN_TASKSEQ }}

0 comments on commit 777f0c9

Please sign in to comment.