From 432dae5b6e9a99ab76aa31f388d444600aaf230b Mon Sep 17 00:00:00 2001 From: David Ortner Date: Mon, 13 Feb 2023 18:52:38 +0100 Subject: [PATCH] #747@patch: Fixes problem with release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a49d93c5..aa4d087cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: - name: Pushes Git tag run: | - git tag --force ${{ steps.vars.outputs.next_version }} ${GITHUB_SHA} + git tag --force ${{ needs.check-next-version.outputs.next_version }} ${GITHUB_SHA} git push origin --tags - name: Set .npmrc for publish