Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit fc05e9c

Browse files
author
丁言河D0362319
committed
chore: 处理触发条件
1 parent 760f0db commit fc05e9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
name: Node.js Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
8+
tags:
9+
- 'v*.*.*'
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)