Skip to content

Add Massa name resolution (#609) #63

Add Massa name resolution (#609)

Add Massa name resolution (#609) #63

name: (workspace) Npm nightly publish
on:
push:
branches: [main, buildnet]
jobs:
test:
uses: ./.github/workflows/workspace-check-formatting-and-run-tests.yml
publish-npm-dev:
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-dev.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}