Skip to content

Commit

Permalink
chore: Update version release workflow
Browse files Browse the repository at this point in the history
Trying to avoid strange version bumps due to how lerna-lite picks up the options.
  • Loading branch information
Jason3S committed Jul 9, 2023
1 parent 1fecd5f commit dc0c9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: Mode
env:
MODE: >
${{ (env.USE_NEXT == 'true' && '--conventional-prerelease')
|| (contains(env.VERSION, 'alpha') && '--conventional-graduate')
${{ (env.USE_NEXT == 'true' && '"--conventional-prerelease=*"')
|| (contains(env.VERSION, 'alpha') && '"--conventional-graduate=*"')
|| ''
}}
run: |
Expand Down

0 comments on commit dc0c9e7

Please sign in to comment.