Skip to content

Commit 0a631e8

Browse files
committed
chore: use npm-release.yml
1 parent 918ab03 commit 0a631e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
2-
32
on:
43
push:
5-
branches: [ master ]
4+
branches: [master]
65

76
permissions:
87
contents: write
@@ -13,7 +12,7 @@ permissions:
1312

1413
jobs:
1514
release:
16-
name: Node.js
17-
uses: cnpm/github-actions/.github/workflows/node-release.yml@master
15+
name: NPM
16+
uses: cnpm/github-actions/.github/workflows/npm-release.yml@master
1817
secrets:
1918
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)