Skip to content

Commit a3b6b09

Browse files
author
GuangChen2333
committed
Change action trigger's ref_name to tag name
1 parent 7423359 commit a3b6b09

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
@@ -5,10 +5,10 @@ permissions:
55

66
on:
77
push:
8-
branches:
9-
- "master"
108
tags:
119
- "v*.*.*"
10+
branches:
11+
- "master"
1212

1313
jobs:
1414
deploy:

0 commit comments

Comments
 (0)