Skip to content

Commit 0303135

Browse files
authored
Update release.yml
1 parent cb60c27 commit 0303135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: changesets
3737
uses: changesets/action@v1
3838
with:
39-
publish: pnpm build && changeset publish
39+
publish: changeset publish
4040
version: changeset version && pnpm i --no-frozen-lockfile && git add .
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)