diff --git a/.github/workflows/auto-release-on-master.yml b/.github/workflows/auto-release-on-master.yml index e1f2325..ca48d89 100644 --- a/.github/workflows/auto-release-on-master.yml +++ b/.github/workflows/auto-release-on-master.yml @@ -34,7 +34,7 @@ jobs: - name: create bosh release id: create-bosh-release - uses: orange-cloudfoundry/create-bosh-release-action@916ad18a668fe168c7cd643a0f56e8e48623b3f6 # v1.0.3 + uses: orange-cloudfoundry/create-bosh-release-action@a2a9c1f8c74ecaf1e317140ac2cda5861eb25b7f # v1.0.4 with: target_branch: ${{github.ref_name}} tag_name: ${{ steps.bump-version.outputs.next}} diff --git a/.github/workflows/on-PRs-commits.yml b/.github/workflows/on-PRs-commits.yml index 5f3a10b..400aebb 100644 --- a/.github/workflows/on-PRs-commits.yml +++ b/.github/workflows/on-PRs-commits.yml @@ -46,7 +46,7 @@ jobs: # and if clause https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif - name: create bosh dev release id: create-bosh-release - uses: orange-cloudfoundry/create-bosh-release-action@916ad18a668fe168c7cd643a0f56e8e48623b3f6 # v1.0.3 # will create dev release when pushed git ref is not a tag + uses: orange-cloudfoundry/create-bosh-release-action@a2a9c1f8c74ecaf1e317140ac2cda5861eb25b7f # v1.0.4 # will create dev release when pushed git ref is not a tag with: target_branch: ${{github.ref_name}} env: