diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4c0312e..81a953b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,15 +11,15 @@ jobs: permissions: contents: read security-events: write - if: (!startsWith(github.event.head_commit.message, 'chore(release):')) uses: ./.github/workflows/ci.yml cd: name: CD - if: (!startsWith(github.event.head_commit.message, 'chore(release):')) runs-on: ubuntu-latest timeout-minutes: 15 needs: - ci + permissions: + id-token: write steps: - name: Checkout uses: actions/checkout@v4.2.2 diff --git a/package.json b/package.json index 6367e58c..16812f64 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,9 @@ }, "engines": { "node": ">=12" + }, + "publishConfig": { + "access": "public", + "provenance": true } }