We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a94b2 commit 6fa6e4fCopy full SHA for 6fa6e4f
.github/workflows/publish.yml
@@ -5,18 +5,7 @@ on:
5
types: [created]
6
7
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
-
18
publish-npm:
19
- needs: build
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
0 commit comments