diff --git a/.github/workflows/main3.yml b/.github/workflows/main3.yml index ab81c93..72dac4a 100644 --- a/.github/workflows/main3.yml +++ b/.github/workflows/main3.yml @@ -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: