Skip to content

Commit 184ccef

Browse files
fix(release): push pre-mode exit before changesets action
The changesets/action resets the working directory, so the pre-mode exit must be pushed to main before it runs.
1 parent 076f1f3 commit 184ccef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
pnpm changeset pre exit
6767
git add -A .changeset/
6868
git commit -m "chore: exit prerelease mode for stable release" || true
69+
git push origin main
6970
fi
7071
7172
- name: Create Release Pull Request or Publish (main)

0 commit comments

Comments
 (0)