Skip to content

1.8.0

1.8.0 #6

Workflow file for this run

name: Publish
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Publish to NPM registry
uses: handy-common-utils/automation/github/actions/publish-npm@main
with:
npm-publish-token: ${{ secrets.NPM_PUBLISH_TOKEN }}