Skip to content

Merge pull request #78 from ntedgi/copilot/fix-490f24c7-b234-4b20-862… #12

Merge pull request #78 from ntedgi/copilot/fix-490f24c7-b234-4b20-862…

Merge pull request #78 from ntedgi/copilot/fix-490f24c7-b234-4b20-862… #12

Workflow file for this run

name: publish to npm
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets._GITHUB_TOKEN}} # You need to set this in your repo settings