diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbc5baeb..0a1ebb39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,6 +79,7 @@ jobs: uses: actions/checkout@v4 - name: Create Release id: create_release + # TODO: https://github.com/softprops/action-gh-release への置き換えを検討する uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}