diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96ce381..2da4a76 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,6 +21,7 @@ jobs: with: release-type: maven package-name: compas-cim-mapping + target-branch: ${{ github.ref_name }} - if: ${{ steps.release.outputs.release_created }} name: Checkout uses: actions/checkout@v4