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 52b7071 commit 80db2bdCopy full SHA for 80db2bd
1 file changed
.github/workflows/release-drafter.yaml
@@ -30,6 +30,7 @@ jobs:
30
git pull --tags
31
echo ${{ steps.release-drafter.outputs.tag_name }}
32
tag=${{ steps.release-drafter.outputs.tag_name }}
33
+ git tag $tag || true
34
version=${tag#v}
35
major=${version%%.*}
36
echo "tag=${tag}" >> $GITHUB_OUTPUT
0 commit comments