Skip to content

Candidate release 1.2.1-alpha.0 #15

Candidate release 1.2.1-alpha.0

Candidate release 1.2.1-alpha.0 #15

Workflow file for this run

name: 🔬 Pre Release
run-name: Candidate release ${{ inputs.version }}
on:
workflow_dispatch:
inputs:
version:
description: e.g. 1.0.0-alpha.0
required: true
type: string
jobs:
run-publish:
name: Deployment
uses: ./.github/workflows/publish.yml
with:
version: ${{ inputs.version }}
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}