Skip to content

Commit f5a3a98

Browse files
committed
ci: remove unnecessary commands from release workflow
1 parent dda6c37 commit f5a3a98

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
if: steps.changesets.outputs.hasChangesets == 'false'
3535
run: |
3636
npm install -g npm@latest
37-
npm --version
38-
bun run build
3937
npm publish --provenance --access public
4038
- name: Create git tags
4139
if: steps.changesets.outputs.hasChangesets == 'false'

0 commit comments

Comments
 (0)