Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 8, 2023
1 parent 5addb1c commit 5f49572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
git config user.email "babel-bot@users.noreply.github.com"
- name: Create new version (Babel 7)
if: !needs.check-release-type.outputs.is-babel-8
if: (!needs.check-release-type.outputs.is-babel-8)
run: |
make new-version-checklist
yarn release-tool version -f @babel/standalone --yes patch
Expand Down

0 comments on commit 5f49572

Please sign in to comment.