diff --git a/.changeset/config.json b/.changeset/config.json index 4c5df789..bb8be5b2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": false, "fixed": [], "linked": [], "access": "public", diff --git a/.github/workflows/build-examples.yml b/.github/workflows/build-examples.yml index 6bfd083f..5c0fc7f7 100644 --- a/.github/workflows/build-examples.yml +++ b/.github/workflows/build-examples.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: node-version: ["18.x"] - pnpm-version: ["7.x"] + pnpm-version: ["8.x"] os: [ubuntu-latest] steps: - name: Checkout repo diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5ec7ab57..99657936 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: node-version: ["18.x"] - pnpm-version: ["7.x"] + pnpm-version: ["8.x"] os: [ubuntu-latest] steps: - name: Checkout repo @@ -38,6 +38,7 @@ jobs: needs: [typecheck_lint_build] runs-on: ${{ matrix.os }} permissions: + contents: write id-token: write env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} @@ -46,7 +47,7 @@ jobs: strategy: matrix: node-version: ["18.x"] - pnpm-version: ["7.x"] + pnpm-version: ["8.x"] os: [ubuntu-latest] if: ${{ github.ref == 'refs/heads/master' && (contains(github.event.head_commit.message, '[bump]') || contains(github.event.head_commit.message, 'RELEASING')) }} steps: