Skip to content

Commit 69c7711

Browse files
committed
修复工作流
1 parent 2905b45 commit 69c7711

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050

5151
- name: Publish to CurseForge
5252
if: env.CURSEFORGE_TOKEN != ''
53+
env:
54+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5355
run: |
5456
changelog_file="${RUNNER_TEMP}/curseforge-changelog.md"
5557
: > "${changelog_file}"

0 commit comments

Comments
 (0)