Skip to content

Commit 2cf4e6f

Browse files
authored
Merge pull request #69 from coderoad/publish
fix publish script
2 parents 3abe11e + eebf131 commit 2cf4e6f

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)