Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 6f544d5

Browse files
committed
ci: stash git changes before doing a release
1 parent f2e4735 commit 6f544d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: dtinth/setup-github-actions-caching-for-turbo@v1
3232
- name: Build
3333
run: pnpm turbo build
34+
- name: Git Status
35+
run: git status
36+
- name: Stash changes
37+
run: git stash
3438
- name: Create Release Pull Request or Publish to npm
3539
id: changesets
3640
uses: changesets/action@v1

0 commit comments

Comments
 (0)