Skip to content

Commit 6bd23a2

Browse files
author
Dani Santos
committed
fixed publish
1 parent 9a71857 commit 6bd23a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
permissions:
5252
id-token: write # required for npm Trusted Publishing (OIDC)
53+
contents: read
5354
steps:
5455
- uses: actions/checkout@v4
5556

@@ -67,4 +68,4 @@ jobs:
6768

6869
- run: npm ci
6970

70-
- run: npm publish --provenance --access public
71+
- run: npm publish --access public

0 commit comments

Comments
 (0)