Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,16 @@ jobs:
- name: Type Check
run: yarn run test:type

- name: Create Release Pull Request
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
with:
title: 'chore: version packages'
commit: 'chore: version packages'
version: yarn run changeset:version
publish: yarn run changeset:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to npm
if: steps.changesets.outputs.hasChangesets == 'false'
run: yarn run changeset:publish
env:
NPM_CONFIG_PROVENANCE: true

get-diffs:
Expand Down
Loading