Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vhuseinova-msft committed Aug 11, 2023
1 parent 2ef3e80 commit 9624ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: ${{ github.event.inputs.bump_type == 'beta-release-major' || github.event.inputs.bump_type == 'beta-release-minor' || github.event.inputs.bump_type == 'beta-release-patch' || github.event.inputs.bump_type == 'beta-release-beta' }}
run: node common/scripts/changelog/collect.mjs beta
- name: Generate stable CHANGELOG
if: ${{ github.event.inputs.bump_type == 'stable-major' || github.event.inputs.bump_type == 'stable-minor' || || github.event.inputs.bump_type == 'stable-patch' }}
if: ${{ github.event.inputs.bump_type == 'stable-major' || github.event.inputs.bump_type == 'stable-minor' || github.event.inputs.bump_type == 'stable-patch' }}
run: node common/scripts/changelog/collect.mjs stable

- name: sanity check - ensure all package versions are consistent
Expand Down

0 comments on commit 9624ec4

Please sign in to comment.