You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Publish npm packages as latest (@biomejs/biome)
349
+
if: needs.build-binaries.outputs.version
348
350
run: for package in packages/@biomejs/*; do if [ $package != "packages/@biomejs/js-api" ]; then npm publish $package --tag latest --access public --provenance; fi; done
349
351
env:
350
352
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
351
353
352
-
- name: Publish npm package as latest
354
+
- name: Publish npm package as latest (@biomejs/js-api)
355
+
if: needs.build-js-api.outputs.version
353
356
run: npm publish packages/@biomejs/js-api --tag latest --access public --provenance
0 commit comments