We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c634b16 + 48dd7cf commit 7e74106Copy full SHA for 7e74106
1 file changed
.github/workflows/TagBot.yml
@@ -25,7 +25,7 @@ jobs:
25
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: JuliaRegistries/TagBot@9f99c136d5032f30ce95a217be0c4d69d44ce2f8
+ - uses: JuliaRegistries/TagBot@fdeda6bc5e30641e181adf155388e61dcee1526e
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
0 commit comments