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 907aadf commit 1d0aab6Copy full SHA for 1d0aab6
.github/workflows/dispatch.yaml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v4
33
with:
34
- token: $${{ secrets.BOT_GH_TOKEN }}
+ token: ${{ secrets.BOT_GH_TOKEN }}
35
- name: Bump version and push tag
36
id: tag_version
37
uses: mathieudutour/github-tag-action@v6.2
0 commit comments