Skip to content

Commit 46702b3

Browse files
authored
Merge pull request Tencent#29 from TDesignOteam/hotfix/actios-11.07
ci: rename tag_push
2 parents 6e9da19 + 7a9ff27 commit 46702b3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tag-push.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# tag_push
2-
# todo: before npm publish , delete oa woa , edit packagename
3-
name: All_ON_PUSH
1+
name: TAG_PUSH
42

53
on: create
64

75
jobs:
8-
All_ON_PUSH:
6+
TAG_PUSH:
97
runs-on: ubuntu-latest
108
if: github.event.ref_type == 'tag'
119
steps:

0 commit comments

Comments
 (0)