Skip to content

Commit

Permalink
fix: resolved typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Oct 5, 2023
1 parent 09a1a67 commit 224dce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/04_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# build-number if in dev env and deploy from specific branch
- if: ${{ github.ref_name != 'main' && env.ENVIRONMENT == 'dev'}}
run: |
if ${{inputs.semver}} == 'new_release' || ${{inputs.semver}} == 'breaking_change'):
if ${{inputs.semver}} == 'new_release' || ${{inputs.semver}} == 'breaking_change':
echo "⚠️ \"breaking-change\" and \"new-release\" are accepted only with main branch. Setting buildingNumber."
fi
echo "SEMVER=buildNumber" >> $GITHUB_ENV
Expand Down

0 comments on commit 224dce7

Please sign in to comment.