Skip to content

Commit

Permalink
#479 adjusted for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 17, 2024
1 parent f27a066 commit 13c8f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branch:
description: "The branch to checkout when cutting the release."
required: true
default: "dryrun"
default: "master"
releaseVersion:
description: "Default version to use when preparing a release."
required: true
Expand All @@ -28,7 +28,7 @@ on:
type: boolean
jobs:
build:
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@feature/dry-run
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/release.yml@main
with:
branch: ${{ github.event.inputs.branch }}
releaseVersion: ${{ github.event.inputs.releaseVersion }}
Expand Down

0 comments on commit 13c8f9a

Please sign in to comment.