Skip to content

chore: version bump to v0.4.4 #7

chore: version bump to v0.4.4

chore: version bump to v0.4.4 #7

Workflow file for this run

---
name: npm publish
# yamllint disable rule:line-length
# yamllint disable-line rule:truthy
on:
push:
branches:
- 'master'
paths:
- 'package.json'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 16
- id: publish
uses: onshape/actions-npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}