Skip to content

Commit 80db2bd

Browse files
committed
Add git tag command to release-drafter workflow
1 parent 52b7071 commit 80db2bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
git pull --tags
3131
echo ${{ steps.release-drafter.outputs.tag_name }}
3232
tag=${{ steps.release-drafter.outputs.tag_name }}
33+
git tag $tag || true
3334
version=${tag#v}
3435
major=${version%%.*}
3536
echo "tag=${tag}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)