Skip to content

Commit 9f34700

Browse files
tag name
1 parent ca2f6e8 commit 9f34700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-relayer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
tag_name="relayer-${{ steps.branch_name.outputs.branch }}-${{ steps.new_version.outputs.version }}"
8787
echo "Tag name: $tag_name"
88-
echo "{tag}={$tag_name}" >> $GITHUB_OUTPUT
88+
echo "tag=$(tag_name)" >> $GITHUB_OUTPUT
8989
git tag $tag_name
9090
9191
#- name: Push new tag

0 commit comments

Comments
 (0)