Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit e361c60

Browse files
committed
ss
1 parent c121ca7 commit e361c60

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
name: Node.js Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
98

109
jobs:
1110
build:
@@ -15,8 +14,7 @@ jobs:
1514
- uses: actions/setup-node@v4
1615
with:
1716
node-version: 20
18-
- run: npm ci
19-
- run: npm test
17+
- run: npm install
2018

2119
publish-npm:
2220
needs: build
@@ -27,7 +25,6 @@ jobs:
2725
with:
2826
node-version: 20
2927
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
3128
- run: npm publish
3229
env:
3330
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)