Skip to content

v2.0.0-rc.8

v2.0.0-rc.8 #56

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 }}