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: