Skip to content

Commit 81ad62c

Browse files
committed
Re-publish with --provenance
1 parent 4517e8d commit 81ad62c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: yarn build
3333

3434
- name: Publish to NPM
35-
run: npm publish --access public #--provenance
35+
run: npm publish --access public --provenance
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstoppable-mockery",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)