From ddab296cb3c801258baff832aa3287b9bfbf0359 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 27 Jul 2022 09:02:49 +0300 Subject: [PATCH] chore: Synced file(s) with cloudquery/.github (#441) Co-authored-by: cq-bot --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 7f05e307..a8b02da3 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -26,7 +26,7 @@ jobs: input_string: ${{ steps.release.outputs.tag_name }} - name: Mark as pre-release if: steps.semver_parser.outputs.prerelease != '' - uses: tubone24/update_release@33612700672996bcb8d2b6db23bdb04c8cbfca26 + uses: tubone24/update_release@ef1052963da78ecdc430f10503a39f46507d639d env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ steps.release.outputs.tag_name }}