Skip to content

Commit

Permalink
fetch all from git
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti committed Dec 24, 2024
1 parent eda0c80 commit 6ebc6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_version_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
BASE_VERSION="${{ github.event.inputs.version }}"
BRANCH_NAME="release/v${BASE_VERSION}"
git fetch origin ${BRANCH_NAME} || git fetch --all
git fetch --all
if git rev-parse --verify origin/${BRANCH_NAME} >/dev/null 2>&1; then
echo "Branch ${BRANCH_NAME} exists, checking out..."
Expand Down

0 comments on commit 6ebc6b9

Please sign in to comment.