Skip to content

Create spec for Union types (#1372) #60

Create spec for Union types (#1372)

Create spec for Union types (#1372) #60

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 16
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}