diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 68a280a..1b41b47 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -28,8 +28,6 @@ jobs: steps: - uses: JuliaRegistries/TagBot@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.TAGBOT_TOKEN }} # Edit the following line to reflect the actual name of the GitHub Secret containing your private key - ssh: ${{ secrets.TAGBOT_PAT }} - # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }} registry: HolyLab/HolyLabRegistry diff --git a/Project.toml b/Project.toml index 021aca7..bb81f0c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "RegisterMismatchCommon" uuid = "abb2e897-52bf-5d28-a379-6ca321e3b878" -version = "1.0.0" +version = "1.0.1" authors = ["Tim Holy "] [deps]