Downgrade action-gh-release from v3 to v2

This commit is contained in:
Keen-eyed 2026-03-25 22:11:00 +09:00 committed by GitHub
parent 693bf60fb7
commit 6f1803b776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
uses: softprops/action-gh-release@v3 # ← 修正済み
uses: softprops/action-gh-release@v2 # ← 修正済み
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: