Skip to content

Update version to 0.3.2 #22

Update version to 0.3.2

Update version to 0.3.2 #22

name: Node.js Package
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: yarn --network-concurrency 1
- run: yarn run build:sdc-qrf
- run: cd sdc-qrf && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}