Skip to content

Commit

Permalink
ci: remove changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jun 19, 2023
1 parent 2d219a3 commit 3031b7e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,3 @@ jobs:

- name: Build
run: pnpm build

- name: Create Release Pull Request or Publish to NPM
id: changesets
uses: changesets/action@v1
with:
publish: pnpm changeset publish
version: pnpm changeset version
title: Release Packages
commit: bump versions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3031b7e

Please sign in to comment.