Skip to content

Commit 8229c5a

Browse files
committed
Improve release
Improve release Signed-off-by: Bensuperpc <[email protected]>
1 parent f5064c2 commit 8229c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "tagged-release"
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- "v[0-9]+.[0-9]+.[0-9]+*"
77
workflow_dispatch:
88

99
jobs:
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: "📥 Checkout Code"
15-
uses: actions/checkout@v2.3.4
15+
uses: actions/checkout@v2
1616
with:
1717
submodules: 'recursive'
1818
fetch-depth: 0

0 commit comments

Comments
 (0)