We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54d64c commit f658731Copy full SHA for f658731
1 file changed
.github/workflows/version-bump.yml
@@ -23,9 +23,8 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
26
- env:
27
- GITHUB_TOKEN: ${{ secrets.SC_GH_TAG_TOKEN }}
28
with:
+ token: ${{ secrets.SC_GH_TAG_TOKEN }}
29
fetch-depth: '0'
30
- name: Determine Tag Details
31
id: taggerDryRun
0 commit comments