Skip to content

599 replace bigint with u64 when needed2 (#600) #28

599 replace bigint with u64 when needed2 (#600)

599 replace bigint with u64 when needed2 (#600) #28

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