Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 12, 2024
1 parent 8e35ec7 commit 33880cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@ jobs:
- name: Install project dependencies
run: yarn install

- name: Build package
run: yarn tsc

- name: Lint package
run: yarn publint

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
version: yarn changeset version
publish: yarn changeset publish
createGithubReleases: true
env:
Expand Down

0 comments on commit 33880cb

Please sign in to comment.