Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksondelametter committed Sep 13, 2024
1 parent 59f2bc9 commit 7866381
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 @@ -43,8 +43,8 @@ jobs:
DOCKER_CONFIG: /home/runner/.docker
RELEASE_VERSION: ${{ inputs.releaseVersion || '1.9.0-rc2' }}
NEXT_DEVELOPMENT_VERSION: ${{ inputs.developmentVersion || '1.10.0-SNAPSHOT' }}
RELEASE_BRANCH: ${{ inputs.releaseBranch }}
EXISTING_VERSION: ${{ inputs.existingVersion }}
RELEASE_BRANCH: ${{ inputs.releaseBranch || 'aissemble-release-1.10' }}
EXISTING_VERSION: ${{ inputs.existingVersion || '1.9.2-SNAPSHOT' }}
DRY_RUN: ${{ inputs.dryRun || true }}

steps:
Expand Down

0 comments on commit 7866381

Please sign in to comment.