From 6500b2ae67fbe02c781473ef42d7cc969749e2d4 Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Thu, 9 Nov 2023 14:54:22 +0100 Subject: [PATCH 1/2] fix changesets ci --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28b44cd..ac03963 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,9 +34,6 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' id: changesets uses: changesets/action@v1 - with: - version: pnpm update-version - publish: pnpm changeset publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} From 7d87c1b1b589fdf0001af9ba77b44bb817b2491d Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Thu, 9 Nov 2023 14:56:44 +0100 Subject: [PATCH 2/2] remove redundant id --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac03963..646e14a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,6 @@ jobs: run: git add docs && git diff-index --cached HEAD --exit-code docs - name: Create Release Pull Request or Publish if: github.event_name == 'push' && github.ref == 'refs/heads/main' - id: changesets uses: changesets/action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}