Skip to content

Commit e909759

Browse files
committed
fix syntax
1 parent 0e901a9 commit e909759

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/version-tag-and-release-notes.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
4747
echo "Final version: $VERSION"
4848
echo "version=$VERSION" >> $GITHUB_OUTPUT
49-
echo "tag_name=v$VERSION" >> $GITHUB_OUTPUT - name: Check if tag exists
49+
echo "tag_name=v$VERSION" >> $GITHUB_OUTPUT
50+
51+
- name: Check if tag exists
5052
id: check_tag
5153
run: |
5254
TAG_NAME="v${{ steps.extract_version.outputs.version }}"

0 commit comments

Comments
 (0)