Skip to content

Commit 7fdc6b2

Browse files
committed
more syntax error fixed
1 parent 0ae4123 commit 7fdc6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Create Release Pull Request or Publish
3030
id: changesets
3131
uses: changesets/action@v1
32-
with:
33-
publish: pnpm run release
32+
with:
33+
publish: pnpm run release
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITB_TOKEN }}
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)