-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix SDK publish failure (#878)
- Loading branch information
1 parent
1fb33d0
commit 8b5cbc7
Showing
6 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
git config --global user.email [email protected] | ||
git config --global user.name silverhand-bot | ||
- name: List uncommitted changes in workspace | ||
- name: List potential uncommitted changes in workspace | ||
run: | | ||
git status | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
pnpm changeset tag | ||
git status | ||
pnpm -r publish | ||
pnpm changeset tag && pnpm -r publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
pnpm changeset version | ||
pnpm -r version # Manually run version scripts | ||
pnpm i --frozen-lockfile=false | ||
git status |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.