Skip to content

Release

Release #11

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
version:
description: Release version
required: true
jobs:
release:
name: Release
uses: ./.github/workflows/x-release.yml
with:
gh-org: mposolda # TODO:mposolda
branch: ${{ github.ref_name }}
tag: ${{ inputs.version }}
nightly: false
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}