Skip to content

Commit

Permalink
chore: fix SDK publish failure (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored Dec 5, 2024
1 parent 1fb33d0 commit 8b5cbc7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ node_modules
# sample lockfile
/packages/*-sample/pnpm-lock.yaml

# Next dev/build outputs
next-env.d.ts

# Nuxt dev/build outputs
.output
.data
Expand Down
4 changes: 1 addition & 3 deletions .scripts/publish.sh
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
1 change: 0 additions & 1 deletion .scripts/version.sh
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
5 changes: 0 additions & 5 deletions packages/next-sample/next-env.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/next-server-actions-sample/next-env.d.ts

This file was deleted.

0 comments on commit 8b5cbc7

Please sign in to comment.