From 6bb1baa131aafd45c48b9c7306194f5c7f8bf956 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 12 Jun 2022 11:18:01 +0300 Subject: [PATCH] chore: Synced file(s) with cloudquery/.github (#330) 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 [#2482801257](https://github.com/cloudquery/.github/actions/runs/2482801257) --- .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 f314b10c..8b69a29c 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@8dff89675eb3aa54fe0bdb55de9700c7d111d1e7 + uses: tubone24/update_release@34d90684cd82cf3696412e59ca40d114ab630a92 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ steps.release.outputs.tag_name }}