Skip to content

Use default buildnet client #8

Use default buildnet client

Use default buildnet client #8

name: Npm next publish
on:
push:
branches: [next]
jobs:
test:
uses: ./.github/workflows/tests.yml
publish-npm-next:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: publish
run: ./scripts/publish-next.sh
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}