Skip to content

Commit

Permalink
ci: release workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Nov 26, 2024
1 parent b09f4fa commit 87cb049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
NODE_OPTIONS: --max-old-space-size=4096
outputs:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 87cb049

Please sign in to comment.