Skip to content

Add exports to package.json to allow importing in Node ESM (#49) #19

Add exports to package.json to allow importing in Node ESM (#49)

Add exports to package.json to allow importing in Node ESM (#49) #19

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@v3
- uses: ./.github/actions/setup-deps
- name: 'Create Pull Request or Publish to npm'
uses: changesets/action@v1
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}