Skip to content

Commit

Permalink
WIP test fix for changeset prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jul 11, 2024
1 parent c9e6bc5 commit 3104e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changeset-release-prod.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3104e87

Please sign in to comment.