From 51ff16a5463733624c2d709b5599224c3931b897 Mon Sep 17 00:00:00 2001 From: Yass Almardoud Date: Fri, 19 Jul 2024 15:12:19 +0200 Subject: [PATCH] #489 Removed branch --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 970c80fae..c51528a67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,10 +9,6 @@ on: type: string required: false default: 17 - branch: - description: "The branch to checkout when cutting the release." - required: true - default: "master" releaseVersion: description: "Default version to use when preparing a release." required: true @@ -34,9 +30,8 @@ on: jobs: build: - uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@main + uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@remove-brach-inputs with: - branch: ${{ github.event.inputs.branch }} releaseVersion: ${{ github.event.inputs.releaseVersion }} developmentVersion: ${{ github.event.inputs.developmentVersion }} dryRun: ${{ github.event.inputs.dryRun }}