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 d478bc5 commit 5ba00abCopy full SHA for 5ba00ab
.github/workflows/dump.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout Repository
16
uses: actions/checkout@v4
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE }}
19
with:
20
fetch-depth: 0
21
@@ -36,7 +36,7 @@ jobs:
36
- name: Create Release Assets
37
uses: actions/create-release@v1
38
39
40
41
tag_name: v${{ github.event.inputs.version }}
42
release_name: v${{ github.event.inputs.version }}
0 commit comments