From beb65012b6688b20466b2d8367a2432dac0fb2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= <14854048+kripod@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:02:16 +0100 Subject: [PATCH] ci: disable changesets temporarily --- .github/workflows/ci.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ec858c..1245b49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,12 +24,12 @@ jobs: - run: pnpm run build - run: pnpm run lint - run: pnpm run --if-present test - - if: ${{ github.ref == 'refs/heads/main' }} - uses: changesets/action@v1 - with: - publish: pnpm exec changeset publish - commit: "chore: release" - title: "chore: release" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + # - if: ${{ github.ref == 'refs/heads/main' }} + # uses: changesets/action@v1 + # with: + # publish: pnpm exec changeset publish + # commit: "chore: release" + # title: "chore: release" + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}