Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradac authored Jun 25, 2024
1 parent 5c5f0ed commit b16d333
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 @@ -32,7 +32,7 @@ on:
release-patch-version:
required: true
type: number
default: 1
default: 0

aeron-git-tag:
description: Aeron OSS git tag
Expand All @@ -58,7 +58,7 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each
- name: figure out versions
id: version-check
run: |
MAIN_BRANCH_REF="refs/heads/asdfmaster"
MAIN_BRANCH_REF="refs/heads/master"
major=${{ inputs.release-major-version }}
minor=${{ inputs.release-minor-version }}
Expand Down

0 comments on commit b16d333

Please sign in to comment.