diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index db7dfdfaa..c553e6bd8 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@246880c00b310fdf317fecec89e2730463bf4693 + uses: tubone24/update_release@e5b78c827eed12bfca529c854356f0ef9dbbe59c env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ steps.release.outputs.tag_name }}