diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index aa94841a5..fffe4ea39 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -22,7 +22,7 @@ jobs: # GoReleaser will upload the binaries to GitHub and mark the release as ready - name: Mark as pre-release if: steps.release.outputs.release_created - uses: tubone24/update_release@33612700672996bcb8d2b6db23bdb04c8cbfca26 + uses: tubone24/update_release@e8cd303a8982da57cfe7214826e1c60e5b2e61f2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ steps.release.outputs.tag_name }}