Skip to content

Add typeModule experimental flag (#586) #376

Add typeModule experimental flag (#586)

Add typeModule experimental flag (#586) #376

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@main
with:
fetch-depth: 0
- uses: ./.github/actions/setup-deps
- name: "Create Pull Request or Publish to npm"
uses: changesets/action@v1
with:
publish: yarn release --otp=1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}