Skip to content

Commit

Permalink
fix: remove target branch pull
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Jun 14, 2024
1 parent 31bf7a6 commit 958f9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-bindings-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
if [ "${{ env.LDK_BRANCH_NAME }}" != "main" ]; then
git fetch
git checkout -b ${{ env.TARGET_BRANCH_PREFIX }}${{ env.LDK_BRANCH_NAME }}
git pull origin ${{ env.TARGET_BRANCH_PREFIX }}${{ env.LDK_BRANCH_NAME }} || true
fi
- name: Download bindings
Expand Down

0 comments on commit 958f9f9

Please sign in to comment.