Skip to content

Commit

Permalink
removed branch input for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jul 19, 2024
1 parent b5d7af5 commit 7971481
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
type: string
required: false
default: 17
branch:
description: "The branch to checkout when cutting the release."
required: true
default: "main"
releaseVersion:
description: "Default version to use when preparing a release."
required: true
Expand All @@ -30,7 +26,6 @@ jobs:
build:
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@main
with:
branch: ${{ github.event.inputs.branch }}
releaseVersion: ${{ github.event.inputs.releaseVersion }}
developmentVersion: ${{ github.event.inputs.developmentVersion }}
dryRun: ${{ github.event.inputs.dryRun }}
Expand Down

0 comments on commit 7971481

Please sign in to comment.