Skip to content

Commit 5ffa26d

Browse files
authored
ci: fix release workflow v2 (#97)
1 parent aaee628 commit 5ffa26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: changesets
3636
uses: changesets/action@v1
3737
with:
38-
publish: pnpm ci:release
38+
publish: pnpm ci:publish
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)