We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2f6e8 commit 9f34700Copy full SHA for 9f34700
.github/workflows/release-relayer.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
tag_name="relayer-${{ steps.branch_name.outputs.branch }}-${{ steps.new_version.outputs.version }}"
87
echo "Tag name: $tag_name"
88
- echo "{tag}={$tag_name}" >> $GITHUB_OUTPUT
+ echo "tag=$(tag_name)" >> $GITHUB_OUTPUT
89
git tag $tag_name
90
91
#- name: Push new tag
0 commit comments