Skip to content

v1.2.0

v1.2.0 #3

Workflow file for this run

name: NPM Publish
on:
release:
types:
- published
jobs:
npm-publish:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: ${{ inputs.fetch-depth }}
- uses: hemilabs/actions/setup-node-env@main
- run: npm run --if-present prepublishOnly
- uses: JS-DevTools/npm-publish@9ff4ebfbe48473265867fb9608c047e7995edfa3 # v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}