Skip to content

Commit e4e0ce9

Browse files
committed
fix: remove leading 'v' from tag name
1 parent d1448fc commit e4e0ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Get branch names 🌿
3030
id: branch-name
3131
uses: tj-actions/branch-names@v7
32+
with:
33+
strip_tag_prefix: v
3234

3335
- name: Checkout Repo 🛎
3436
uses: actions/checkout@v4

0 commit comments

Comments
 (0)