Skip to content

Commit 5dd34f0

Browse files
committed
chore: auto update v1 tag
1 parent 0f94655 commit 5dd34f0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/release.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 'Release'
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
release:
9+
name: 'Release'
10+
runs-on: ubuntu-latest
11+
timeout-minutes: 5
12+
permissions:
13+
contents: write
14+
15+
steps:
16+
- name: 'Update Tags'
17+
uses: cssnr/update-version-tags-action@v1
18+
with:
19+
minor: false

0 commit comments

Comments
 (0)