Skip to content

Commit

Permalink
chore: fix continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 24, 2024
1 parent cf476ae commit 4674667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:

- name: Delete branch support/auto-update-manifests-file-version-${{ env.RELEASE_COMMIT }}
if: ${{ github.repository == 'apecloud/apecloud' && needs.get-version.outputs.release-branch == 'main' && steps.get_release_commit.outputs.file_changes }}
continues-on-error: true
continue-on-error: true
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 4674667

Please sign in to comment.