We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaa100 commit f90ebb7Copy full SHA for f90ebb7
.github/workflows/v-tag-to-release.yml
@@ -19,7 +19,7 @@ jobs:
19
TAG="${{ github.ref }}"
20
TAG_WITHOUT_V="${TAG#refs/tags/v}"
21
echo "Extracted tag: $TAG_WITHOUT_V"
22
- echo "{tag_without_v}=$TAG_WITHOUT_V" >> $GITHUB_OUTPUT
+ echo "tag_without_v=$TAG_WITHOUT_V" >> "$GITHUB_OUTPUT"
23
- name: Show the modified tag
24
run: |
25
MODIFIED_TAG="${{ steps.de_v_tag.outputs.tag_without_v }}"
0 commit comments