Skip to content

Commit

Permalink
chore(workflow): update version & publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Apr 29, 2024
1 parent 0cdd89d commit d7c4bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: "${{steps.check_if_pre_json_exists.outputs.files_exists == 'true' && !startsWith(github.event.head_commit.message, 'ci(changesets): version packages') && steps.number-of-changesets.outputs.length > 0}}"
uses: changesets/action@v1
with:
version: pnpm version:beta
version: pnpm version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -59,7 +59,7 @@ jobs:
if: "${{steps.check_if_pre_json_exists.outputs.files_exists == 'true' && startsWith(github.event.head_commit.message, 'ci(changesets): version packages')}}"
uses: changesets/action@v1
with:
publish: pnpm release:beta
publish: pnpm release
title: "ci(changesets): :package: version packages (beta)"
commit: "ci(changesets): version packages (beta)"
setupGitUser: false
Expand Down

0 comments on commit d7c4bd1

Please sign in to comment.