Skip to content

Commit 11798d6

Browse files
committed
fix: release action v2 업그레이드로 인증 오류 해결
1 parent f4836ac commit 11798d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,12 @@ jobs:
120120
run: ls -R artifacts
121121

122122
- name: Create Release
123-
uses: softprops/action-gh-release@v1
123+
uses: softprops/action-gh-release@v2
124124
with:
125+
token: ${{ secrets.GITHUB_TOKEN }}
125126
files: |
126127
artifacts/SwordMacro-mac-${{ env.VERSION }}/SwordMacro-mac-${{ env.VERSION }}.zip
127128
artifacts/SwordMacro-win-${{ env.VERSION }}/SwordMacro-win-${{ env.VERSION }}.zip
128129
draft: false
129130
prerelease: false
130131
generate_release_notes: true
131-
env:
132-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)