Skip to content

feat: added getters for profiles, fixed admin test #15

feat: added getters for profiles, fixed admin test

feat: added getters for profiles, fixed admin test #15

name: Npm nightly publish
on:
push:
branches: [main, buildnet]
jobs:
test:
uses: ./.github/workflows/node.js.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 }}