Skip to content

v1.5.0

v1.5.0 #44

Workflow file for this run

name: NPM release
on:
release:
types: [published]
jobs:
artifact-build:
name: Artifact
uses: ./.github/workflows/template-build.yml
publish-npm:
name: NPM
needs: artifact-build
uses: ./.github/workflows/template-publish.yml
secrets:
AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}