Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CD error #10

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fix CD error #10

merged 1 commit into from
Sep 12, 2024

Conversation

hootanht
Copy link
Owner

Update the CD pipeline to handle existing tag deletion failures and ensure successful tag deletion before creating a new release.

  • README.md

    • Update the "CD Pipeline" section to mention the improved handling of existing tags and ensuring successful tag deletion before creating a new release.
  • .github/workflows/cd.yml

    • Add continue-on-error: true to the Delete existing tag if it exists step to handle tag deletion failures.
    • Add a new step Check if tag deletion was successful to verify if the tag deletion was successful before proceeding to create a new release.

Update the CD pipeline to handle existing tag deletion failures and ensure successful tag deletion before creating a new release.

* **README.md**
  - Update the "CD Pipeline" section to mention the improved handling of existing tags and ensuring successful tag deletion before creating a new release.

* **.github/workflows/cd.yml**
  - Add `continue-on-error: true` to the `Delete existing tag if it exists` step to handle tag deletion failures.
  - Add a new step `Check if tag deletion was successful` to verify if the tag deletion was successful before proceeding to create a new release.
@hootanht hootanht merged commit 955e08b into master Sep 12, 2024
1 check passed
@hootanht hootanht deleted the fix-cd-error-1 branch September 12, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant