diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 159663d..32efe27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: tag_prefix: "v" - name: Create Release if: steps.update_tag.outputs.tagname - uses: actions/create-release@v4 + uses: actions/create-release@v1 id: create_release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token