Skip to content

Commit 51890d1

Browse files
committed
Create lightweight tag to reference release
1 parent 24ce5bc commit 51890d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prepare-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
RELEASE_VERSION: ${{ inputs.version }}
108108
GITHUB_TOKEN: ${{ github.token }}
109109
run: |
110+
# Create lightweight tag to reference release
111+
git tag v$RELEASE_VERSION
112+
git push -f origin v$RELEASE_VERSION
113+
110114
gh release create \
111115
-R $GITHUB_REPOSITORY \
112116
--title "v$RELEASE_VERSION" \

0 commit comments

Comments
 (0)