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 afaad51 commit a0a6473Copy full SHA for a0a6473
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
fetch-depth: 0
23
+ token: ${{ secrets.PAT }}
24
25
- name: Delete original tag
26
run: |
0 commit comments