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 0e901a9 commit e909759Copy full SHA for e909759
.github/workflows/version-tag-and-release-notes.yml
@@ -46,7 +46,9 @@ jobs:
46
47
echo "Final version: $VERSION"
48
echo "version=$VERSION" >> $GITHUB_OUTPUT
49
- echo "tag_name=v$VERSION" >> $GITHUB_OUTPUT - name: Check if tag exists
+ echo "tag_name=v$VERSION" >> $GITHUB_OUTPUT
50
+
51
+ - name: Check if tag exists
52
id: check_tag
53
run: |
54
TAG_NAME="v${{ steps.extract_version.outputs.version }}"
0 commit comments