8000 fixup: Test with new build type for main · sourcegraph/scip-python@40766d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40766d4

Browse files
committed
fixup: Test with new build type for main
1 parent 734ce7d commit 40766d4

File tree

3 files changed

+1821
-1623
lines changed

3 files changed

+1821
-1623
lines changed

.github/workflows/lsif-build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

.github/workflows/release-lsif.yml renamed to .github/workflows/lsif-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
with:
1515
node-version: 16
1616
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
1918
- run: cd ./packages/pyright-lsif/ && npm publish --access public
2019
env:
2120
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)
0