Skip to content

Commit 33cebb4

Browse files
authored
chore(ci): publish binding packages directly (#286)
1 parent f50735d commit 33cebb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
NPM_TAG: ${{ inputs.npm_tag }}
100100
run: |
101101
for package_dir in packages/rstack/npm/*; do
102-
pnpm stage publish "$package_dir" --tag "$NPM_TAG" --no-git-checks
102+
pnpm publish "$package_dir" --tag "$NPM_TAG" --no-git-checks
103103
done
104104
105105
pnpm --filter './packages/*' -r stage publish --tag "$NPM_TAG" --no-git-checks

0 commit comments

Comments
 (0)