diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09079f2c2..15e312832 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 # https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml - - uses: peaceiris/workflows/create-release-npm@v0.12.0 + - uses: peaceiris/workflows/create-release-npm@v0.13.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}