From cea8756644eb1067bdba16709a0e04e3ef7d43bc Mon Sep 17 00:00:00 2001 From: Drew DeCarme Date: Wed, 1 Nov 2023 11:01:17 -0400 Subject: [PATCH] ci: Adjust script to local version --- .github/workflows/release.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f2dc09..6fb9878 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: with: title: "chore: Version packages" commit: "chore: Version packages" - version: yarn changeset version # version so pnp can reconcile packages + # version: yarn changeset version # version so pnp can reconcile packages publish: yarn packages:publish # build and publish to npm env: GITHUB_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }} diff --git a/package.json b/package.json index 95d6ace..75e2a8d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "scripts": { "build": "yarn turbo build --filter='!with-*'", "packages:version": "yarn changeset version", - "packages:publish": "yarn build && yarn workspaces foreach --all --no-private npm publish --access public", + "packages:publish": "yarn packages:version && yarn build && yarn workspaces foreach --all --no-private npm publish --access public", "packages:tag": "yarn changeset tag" }, "packageManager": "yarn@4.0.1",