Skip to content

Commit c76da1b

Browse files
committed
ci: update github release package workflow
1 parent cebaefb commit c76da1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/repease_package.yml renamed to .github/workflows/release_package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Node.js Package
22
on:
3-
release:
4-
types: [created]
3+
push:
4+
tags:
5+
- v*
56
jobs:
67
publish-plugin:
78
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)