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 f97c528 commit 7035f60Copy full SHA for 7035f60
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
needs: test
28
permissions:
29
contents: write
30
+ id-token: write
31
steps:
32
- uses: actions/checkout@v4
33
- uses: actions/setup-node@v4
@@ -37,7 +38,7 @@ jobs:
37
38
- run: yarn install --frozen-lockfile
39
- run: yarn ci
40
- - run: npm publish
41
+ - run: npm publish --provenance --access public
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44
package.json
@@ -1,7 +1,7 @@
1
{
2
"type": "module",
3
"name": "array-utils-ts",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"license": "MIT",
6
"scripts": {
7
"build": "rm -rf dist && pkgroll --minify && ls -lah dist",
0 commit comments