Skip to content

Commit

Permalink
chore(publish): modify publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Sep 24, 2024
1 parent b0cbf93 commit 21d430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: changesets/action@v1
with:
createGithubReleases: false
publish: yarn publish
publish: yarn changeset publish
title: ${{ github.ref_name == 'master' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
commit: >-
${{ github.ref_name == 'master' && 'chore(release): publish a new release version' || 'chore(release): publish a new pre-release version' }}
Expand Down

0 comments on commit 21d430c

Please sign in to comment.