File tree Expand file tree Collapse file tree 3 files changed +1821
-1623
lines changed Expand file tree Collapse file tree 3 files changed +1821
-1623
lines changed Original file line number Diff line number Diff line change
1
+ name : release-lsif
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - lsif
7
+
8
+ jobs :
9
+ release-image :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@v2
13
+ - uses : actions/setup-node@v2
14
+ with :
15
+ node-version : 16
16
+ registry-url : ' https://registry.npmjs.org'
17
+ - run : cd ./packages/pyright-lsif/ && npm install && npm run build
Original file line number Diff line number Diff line change 14
14
with :
15
15
node-version : 16
16
16
registry-url : ' https://registry.npmjs.org'
17
- - run : cd ./packages/pyright-lsif/ && npm install
18
- - run : cd ./packages/pyright-lsif/ && npm run build
17
+ - run : cd ./packages/pyright-lsif/ && npm install && npm run build
19
18
- run : cd ./packages/pyright-lsif/ && npm publish --access public
20
19
env :
21
20
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments