From 70315e14cfbe3cba12297df7340bfe1349aea384 Mon Sep 17 00:00:00 2001 From: Billie Thompson <133327+PurpleBooth@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:38:52 +0200 Subject: [PATCH] fix: remove duplicated $ --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6dfecd2..9855071 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -69,7 +69,7 @@ jobs: - run: cog changelog --at "$TAG_V" > CHANGELOG.md shell: bash env: - TAG_V: v$${{ needs.release.outputs.current_version }} + TAG_V: v${{ needs.release.outputs.current_version }} - id: create_release uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: