Skip to content

Commit

Permalink
ci(release): fix incorrect release branch (aiven#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Mar 22, 2024
1 parent aa9818d commit f49cc45
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 @@ -17,7 +17,7 @@ jobs:
- uses: Amraneze/[email protected]
with:
repository: ${{ github.repository }}
branch_name: ${{ github.ref_name }}
branch_name: main
github_token: ${{ secrets.AIVEN_CI_PAT__VALID_WHILE_ALEKS_IS_EMPLOYED }}
commit_message: "chore(version): bump operator version"
files_to_commit: main.go
Expand Down

0 comments on commit f49cc45

Please sign in to comment.