Skip to content

Commit f90ebb7

Browse files
committed
fix the workflow
1 parent 9eaa100 commit f90ebb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v-tag-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
TAG="${{ github.ref }}"
2020
TAG_WITHOUT_V="${TAG#refs/tags/v}"
2121
echo "Extracted tag: $TAG_WITHOUT_V"
22-
echo "{tag_without_v}=$TAG_WITHOUT_V" >> $GITHUB_OUTPUT
22+
echo "tag_without_v=$TAG_WITHOUT_V" >> "$GITHUB_OUTPUT"
2323
- name: Show the modified tag
2424
run: |
2525
MODIFIED_TAG="${{ steps.de_v_tag.outputs.tag_without_v }}"

0 commit comments

Comments
 (0)