Skip to content

Commit 6fa6e4f

Browse files
simplify publish step
1 parent b1a94b2 commit 6fa6e4f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,7 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v4
13-
with:
14-
node-version: 20
15-
- run: npm install
16-
- run: npm test
17-
188
publish-npm:
19-
needs: build
209
runs-on: ubuntu-latest
2110
steps:
2211
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)