diff --git a/.github/workflows/changeset-prod.yml b/.github/workflows/changeset-prod.yml index 90431336..74bb8288 100644 --- a/.github/workflows/changeset-prod.yml +++ b/.github/workflows/changeset-prod.yml @@ -49,8 +49,8 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Handle production PR run: | - npx changeset pre exit - pnpm tsx scripts/release/changesets.ts + pnpm changeset pre exit + pnpm tsx ./scripts/release/changeset.ts - name: Create Release Pull Request step uses: changesets/action@v1 id: changesets diff --git a/.github/workflows/changeset-release-prod.yml b/.github/workflows/changeset-release-prod.yml index d2c06fa7..fbb56c54 100644 --- a/.github/workflows/changeset-release-prod.yml +++ b/.github/workflows/changeset-release-prod.yml @@ -1,4 +1,4 @@ -# this action will prepare rolling PRs into dev for the dev channel release +# this action will handle release once the PR is merged into main # name: Release Workflow for dev channel on: