Skip to content

Commit

Permalink
Add provance
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jan 1, 2024
1 parent 5ffa88b commit f657292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
permissions:
packages: write
contents: write

id-token: write

defaults:
run:
working-directory: ./lib/nextjs-themes
Expand Down
2 changes: 1 addition & 1 deletion lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "vitest run --coverage",
"build": "tsup src && tsc --p tsconfig.build.json && node touchup.js",
"doc": "typedoc",
"publish-package": "cd dist && npm publish --access public",
"publish-package": "cd dist && npm publish --provenance --access public",
"lint": "eslint . --quiet"
},
"devDependencies": {
Expand Down

0 comments on commit f657292

Please sign in to comment.