Skip to content

v2.0.0-rc.7

v2.0.0-rc.7 #55

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