We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88b62d commit 2b1a0d9Copy full SHA for 2b1a0d9
.github/workflows/npm-publish.yaml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
build:
12
+ name: Lint
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
@@ -20,6 +21,7 @@ jobs:
20
21
- run: npm run lint
22
23
publish-gpr:
24
+ name: Release
25
needs: build
26
27
@@ -30,7 +32,7 @@ jobs:
30
32
cache: 'npm'
31
33
registry-url: https://npm.pkg.github.com/
34
- run: npm ci
- - run: npm build
35
+ - run: npm run build
36
- run: npm publish
37
env:
38
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments