File tree Expand file tree Collapse file tree 3 files changed +24
-14
lines changed
Expand file tree Collapse file tree 3 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 1+ name : npm build
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+ pull_request : {}
8+
9+ jobs :
10+ publish-npm :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v2
14+ - uses : actions/setup-node@v1
15+ with :
16+ node-version : 12
17+ registry-url : https://registry.npmjs.org/
18+ - run : npm ci
19+ - name : Publish to npm
20+ run : npm publish --tag next
21+ env :
22+ NODE_AUTH_TOKEN : ${{secrets.npm_token}}
23+ if : github.ref == 'refs/heads/master'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " kaitai-struct" ,
3- "version" : " 0.9.0-SNAPSHOT.1 " ,
3+ "version" : " 0.9.0-SNAPSHOT.3 " ,
44 "description" : " Kaitai Struct: runtime library for Javascript" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments