File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : Nuget publish
2727 # skip-duplicate ensures that the 409 error received when the package was already published,
2828 # will just issue a warning and won't have the GH action fail.
29- # NUGET_PUBLISH_TOKEN_TASKSEQ is valid until approx. 8 Nov 2023 and will need to be updated by then.
30- # do so under https://github.com/fsprojects/FSharp.Control.TaskSeq/settings/secrets/actions
31- # select button "Add repository secret" or update the existing one under "Repository secrets"
29+ # NUGET_PUBLISH_TOKEN_TASKSEQ is valid until approx. 11 Dec 2024 and will need to be updated by then:
30+ # - log in to Nuget.org using 'abelbraaksma' admin account and then refresh the token in Nuget
31+ # - copy the token
32+ # - go to https://github.com/fsprojects/FSharp.Control.TaskSeq/settings/secrets/actions
33+ # - select button "Add repository secret" or update the existing one under "Repository secrets"
34+ # - rerun the job
3235 run : dotnet nuget push packages\FSharp.Control.TaskSeq.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUBLISH_TOKEN_TASKSEQ }} --skip-duplicate
You can’t perform that action at this time.
0 commit comments