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 bbbe8ea + 2e29ad1 commit f536d95Copy full SHA for f536d95
1 file changed
.github/workflows/auto-tag.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
+ token: ${{ secrets.PAT_TOKEN }}
27
28
- name: Extract version from branch name
29
id: version
0 commit comments