diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1356440..ad53691 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + packages: write id-token: write steps: - name: ⬇️ Checkout repo @@ -24,7 +25,7 @@ jobs: run: npm i - name: 🚀 Release to npm - run: npm publish --provenance + run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}