Skip to content

Commit c871fed

Browse files
committed
Simplify staging workflow by removing post-process step for branch checkout
1 parent 11cc4fa commit c871fed

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/staging.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,4 @@ jobs:
6868
commit_username: ${{ github.repository_owner }}
6969
commit_email: ${{ github.repository_owner }}@users.noreply.github.com
7070
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
71-
commit_message: "Development update ${{ needs.prepare.outputs.tag }}"
72-
post_process: |
73-
git fetch origin master
74-
git checkout master || git checkout -b master origin/master
71+
commit_message: "Development update ${{ needs.prepare.outputs.tag }}"

0 commit comments

Comments
 (0)