From 17d32cf3e30223d43c719ae4db29553046c6be19 Mon Sep 17 00:00:00 2001 From: Nicolas BRIERE Date: Wed, 7 Aug 2024 15:04:06 +0200 Subject: [PATCH] ifx:(release-please): wrong step order to use config file --- .github/workflows/gh-release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-release-please.yml b/.github/workflows/gh-release-please.yml index 9e361ee..c5077e6 100644 --- a/.github/workflows/gh-release-please.yml +++ b/.github/workflows/gh-release-please.yml @@ -32,13 +32,13 @@ jobs: contents: write pull-requests: write steps: + - uses: actions/checkout@v4 - uses: googleapis/release-please-action@v4 id: release with: release-type: ${{ inputs.release_type || 'terraform-module' }} config-file: ${{ inputs.release_please_config_file }} manifest-file: ${{ inputs.release_please_manifest_file }} - - uses: actions/checkout@v4 - name: tag major and minor versions if: ${{ steps.release.outputs.release_created && env.major_and_minor_tags == 'true' }} run: |