Skip to content

Commit

Permalink
fix: main needs to be checked out (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
khauser committed Oct 20, 2023
1 parent 0ce4d6b commit c0b78e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git commit -m "chore: bump versions ${{ inputs.changes }} and dependent charts"
- name: Reset main branch with changes from develop/?
run: |
git fetch origin ${{ github.ref_name }}:${{ github.ref_name }}
git checkout main
git reset --hard ${{ github.ref_name }}
- name: Create Release Branch & PR
id: pr
Expand Down

0 comments on commit c0b78e5

Please sign in to comment.