Skip to content

Commit

Permalink
fix(release-please): don't set terraform_module by default part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Aug 7, 2024
1 parent 6ebf8db commit b82a83a
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 @@ -35,7 +35,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: ${{ inputs.release_type || 'terraform-module' }}
release-type: ${{ inputs.release_type }}
config-file: ${{ inputs.release_please_config_file }}
manifest-file: ${{ inputs.release_please_manifest_file }}
- name: tag major and minor versions
Expand Down

0 comments on commit b82a83a

Please sign in to comment.