Skip to content

Commit c644f29

Browse files
authored
Merge pull request #216 from fsprojects/fix-documentation
Fix xml comments, `readme.md` and nuget's release notes and its `readme.md`
2 parents 7d6e367 + 23bb248 commit c644f29

File tree

5 files changed

+314
-292
lines changed

5 files changed

+314
-292
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
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

0 commit comments

Comments
 (0)