Skip to content

Publish RC and Latest #1

Publish RC and Latest

Publish RC and Latest #1

Workflow file for this run

name: Publish RC version to NPM
on:
push:
branches:
- master
jobs:
publish-rc-npm:
name: "Publish RC version to npm"
uses: ./.github/workflows/publish.yaml
with:
TAG: rc
UPDATE_VERSION: true
secrets: inherit