Skip to content

Commit

Permalink
ci: remove unneccessary version script
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 16, 2024
1 parent 49acad2 commit 9e8c7db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
- name: Install Dependencies
run: yarn --immutable

- name: Build
run: yarn build

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
commit: 'chore: release pretty-quick'
title: 'chore: release pretty-quick'
version: yarn run version
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9e8c7db

Please sign in to comment.