Skip to content

Commit f31079f

Browse files
committed
master push
1 parent 79e163b commit f31079f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish-github.yml

Lines changed: 5 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+
braches:
5+
- master
56

67
jobs:
78
build:
@@ -16,6 +17,8 @@ jobs:
1617
# Defaults to the user or organization that owns the workflow file
1718
# scope: '@octocat'
1819
- run: npm install
20+
env:
21+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1922
- run: npm run build
2023

2124
publish-npm:

0 commit comments

Comments
 (0)