Skip to content

Commit

Permalink
Fix release branch workflow (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Feb 27, 2023
1 parent df60b7a commit 6e00db4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ on:
default: v2

env:
RELEASE_BRANCH: ${{ inputs.major | 'v2' }}
RELEASE_BRANCH: ${{ inputs.major || 'v2' }}
LATEST_BRANCH: v2

permissions:
contents: read
permissions: {}

jobs:
branch:
Expand Down

0 comments on commit 6e00db4

Please sign in to comment.