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 a5505c0 commit 2ddfc8bCopy full SHA for 2ddfc8b
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish Package
+name: Publish package
2
on:
3
release:
4
types: [published]
@@ -15,7 +15,7 @@ jobs:
15
- run: npm run lint
16
- run: npm run test
17
18
- publish-npm:
+ publish:
19
needs: prepare
20
permissions:
21
id-token: write
@@ -31,21 +31,3 @@ jobs:
31
- run: npm ci
32
- run: npm run build
33
- run: npm publish
34
-
35
- publish-github:
36
- needs: prepare
37
- runs-on: ubuntu-latest
38
- permissions:
39
- contents: read
40
- packages: write
41
- steps:
42
- - uses: actions/checkout@v4
43
- - uses: actions/setup-node@v4
44
- with:
45
- node-version: 24
46
- registry-url: 'https://npm.pkg.github.com'
47
- - run: npm ci
48
- - run: npm run build
49
- - run: npm publish
50
- env:
51
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments