Skip to content

chore: version 1.4.1 (#17) #24

chore: version 1.4.1 (#17)

chore: version 1.4.1 (#17) #24

Workflow file for this run

name: Publish to npm
on:
push:
tags:
- v*
workflow_dispatch: {}
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: |
npm publish --access public