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 ac4bd3a + 6867a42 commit d747a3fCopy full SHA for d747a3f
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@2e567597902989da0c8edb314470b1c6e3df43a6
+ - uses: JuliaRegistries/TagBot@6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1
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