Skip to content

Commit

Permalink
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
@@ -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.release_created && inputs.major_and_minor_tags }}
if: ${{ steps.release.outputs.release_created == 'true' && inputs.major_and_minor_tags == 'true' }}
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit e99f4b0

Please sign in to comment.