Skip to content

Commit

Permalink
chore: wrong line
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jan 16, 2025
1 parent bdb47ba commit 56994fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
uses: changesets/action@v1
with:
createGithubReleases: false
publish: pnpm run publish
version: pnpm run version --tag ${{ github.ref_name == 'next' && 'next' || 'latest' }}
publish: pnpm run publish --tag ${{ github.ref_name == 'next' && 'next' || 'latest' }}
version: pnpm run version
title: ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
commit: >-
${{ github.ref_name == 'main' && 'chore(release): publish a new release version' || 'chore(release): publish a new pre-release version' }}
Expand Down

0 comments on commit 56994fe

Please sign in to comment.