-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters