Skip to content

Merge pull request #3 from xhwgood/develop #10

Merge pull request #3 from xhwgood/develop

Merge pull request #3 from xhwgood/develop #10

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NODE_AUTH_TOKEN: fe38b38d-d305-4173-b643-0ada4ec0818a