Skip to content

Commit

Permalink
#489 Removed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 19, 2024
1 parent 6071c9b commit 51ff16a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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: "master"
releaseVersion:
description: "Default version to use when preparing a release."
required: true
Expand All @@ -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 }}
Expand Down

0 comments on commit 51ff16a

Please sign in to comment.