Skip to content

Commit 359b2c0

Browse files
committed
fix publish pipeline
1 parent 5082594 commit 359b2c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
types: [published]
66

77
jobs:
8-
build:
8+
publish:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
16-
- run: npm install
17-
- run: npm build
16+
- run: npm ci
17+
- run: npm run build
1818
- run: npm run tsc-publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)