Skip to content

Commit eebf131

Browse files
committed
fix publish script
Signed-off-by: shmck <[email protected]>
1 parent bfa80c3 commit eebf131

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/npm-publish.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
- name: Publish to npm
2-
uses: pascalgn/[email protected]
1+
name: publish
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Publish to npm
11+
uses: pascalgn/[email protected]

0 commit comments

Comments
 (0)