Skip to content

Commit

Permalink
cicd: update release branch name for 2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Sep 8, 2023
1 parent 3144606 commit 55b4109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: get_branch
if: needs.get_branch.outputs.branch_name == '0.9'
if: needs.get_branch.outputs.branch_name == '2-alpha'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 55b4109

Please sign in to comment.