Skip to content

Commit a51c742

Browse files
authored
chore: debug release script (#1347)
1 parent e2d05b2 commit a51c742

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Install Dependencies
3333
run: pnpm install
3434

35+
- name: Debug
36+
run: |
37+
pnpm run prerelease
38+
npm whoami
39+
npm publish --dry-run
40+
3541
- name: Create Release Pull Request or Publish to npm
3642
id: changesets
3743
uses: changesets/action@v1

0 commit comments

Comments
 (0)