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 fd06456 commit 3b38291Copy full SHA for 3b38291
.github/workflows/npm-publish.yml
@@ -2,26 +2,10 @@ name: Publish Package to NPM
2
3
on:
4
release:
5
- types: [created]
+ types: [published]
6
7
jobs:
8
- # build:
9
- # runs-on: ubuntu-latest
10
- # steps:
11
- # - uses: actions/checkout@v4
12
-
13
- # - name: Set node
14
- # uses: actions/setup-node@v4
15
- # with:
16
- # node-version: '22.x'
17
- # registry-url: 'https://registry.npmjs.org'
18
19
- # - run: npm install
20
- # - run: npm ci
21
- # - run: npm test
22
23
- publish-npm:
24
- # needs: build
+ build:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v4
0 commit comments