Skip to content

Commit

Permalink
fix: remove duplicated $
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth authored Aug 20, 2024
1 parent 7bebb08 commit 70315e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 70315e1

Please sign in to comment.