Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

fix(deps): Update tubone24/update_release digest to e5b78c8 #1225

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down