We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7d1c1 commit a7cde5bCopy full SHA for a7cde5b
.github/workflows/create-linked-release.yml
@@ -88,7 +88,7 @@ jobs:
88
# This step only runs if the tag is valid AND new.
89
if: steps.check_tag.outputs.create_tag == 'true'
90
env:
91
- RELEASE_TAG: v${{ steps.validate_tag.outputs.new_version }}
+ RELEASE_TAG: ${{ steps.validate_tag.outputs.new_version }}
92
run: |
93
RELEASE_TAG="v${RELEASE_TAG#v}" # Ensure the tag starts with 'v'
94
0 commit comments