From 8bbe2f790079f62a5baed4461054ad1f8897d96b Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:50:53 +0200 Subject: [PATCH] ci: Fix `release` job by downgrading action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff404c8261..96af581d50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,7 +252,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: DEV - Update ${{ needs.build.outputs.release_tag }} tag - uses: richardsimko/update-tag@v1 + uses: richardsimko/update-tag@v1.0.7 if: needs.build.outputs.do_dev_release with: tag_name: ${{ needs.build.outputs.release_tag }}