Skip to content

Commit 94366f5

Browse files
committed
Merge branch 'master' into release
2 parents ffa1562 + 5e451f1 commit 94366f5

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,18 @@ on:
1111

1212

1313
jobs:
14-
build:
14+
build-test-publish:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 20
21+
registry-url: https://registry.npmjs.org/
22+
2123
- run: npm ci
2224
- run: npm run build
2325
- run: npm test
24-
25-
publish-npm:
26-
needs: build
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v4
30-
- uses: actions/setup-node@v4
31-
with:
32-
node-version: 20
33-
registry-url: https://registry.npmjs.org/
34-
- run: npm ci
3526
- run: npm publish
3627
env:
3728
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)