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.
1 parent c3d299e commit c189719Copy full SHA for c189719
.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@1fbd4dada368d95c57aed9b607db86599f9634e6
+ - uses: JuliaRegistries/TagBot@62dd7cd21dcde087eca10e70c3fc3f8cefbe44a2
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