From 489abbc33a6bc41560e005e7303849e9b07c146a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 19 Jun 2022 09:32:50 +0300 Subject: [PATCH] chore: Synced file(s) with cloudquery/.github (#343) Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github). --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2523025277](https://github.com/cloudquery/.github/actions/runs/2523025277) --- .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 8b69a29c..c3e8bbdf 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@34d90684cd82cf3696412e59ca40d114ab630a92 + uses: tubone24/update_release@6d158acc48e645c7f2edea4d2d8646d8af44fc30 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ steps.release.outputs.tag_name }}