From 7eb0850636aca1ee234d0968ac98ac0410bb2338 Mon Sep 17 00:00:00 2001 From: Snobbish Bee <125891987+snobbee@users.noreply.github.com> Date: Sun, 10 Dec 2023 05:42:12 +0100 Subject: [PATCH] ci: cut new versions (#267) --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16a366d4..532e79cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,15 +25,15 @@ jobs: - run: pnpm turbo run build --filter="./packages/*" # Only create snapshot for now, re-enable once the dex is released - - name: Create PR or Publish release - uses: changesets/action@v1 - id: changesets - with: - commit: "chore: update versions" - title: "chore: update versions" - publish: pnpm changeset publish - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Create PR or Publish release + # uses: changesets/action@v1 + # id: changesets + # with: + # commit: "chore: update versions" + # title: "chore: update versions" + # publish: pnpm changeset publish + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set snapshot version run: pnpm -r exec npm version 0.0.0-snapshot.$(git rev-parse --short HEAD) --git-tag-version=false