Skip to content

Commit

Permalink
fix(release-please): creation of major tag condition 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Aug 7, 2024
1 parent b18dfc4 commit 58fd0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
config-file: ${{ inputs.release_please_config_file }}
manifest-file: ${{ inputs.release_please_manifest_file }}
- name: tag major and minor versions
if: ${{ steps.release.outputs.releases_created == 'true' && inputs.major_and_minor_tags }}
if: ${{ steps.release.outputs.releases_created && inputs.major_and_minor_tags }}
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 58fd0e9

Please sign in to comment.