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 #9

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fix CD error #9

merged 1 commit into from
Sep 12, 2024

Conversation

hootanht
Copy link
Owner

Add a step to delete existing tags before creating a new release to avoid the 'Validation Failed: already_exists' error.

  • .github/workflows/cd.yml

    • Add a new step to delete the existing tag if it already exists before creating a new release.
    • Use the git tag -d and git push --delete origin commands to delete the existing tag.
  • README.md

    • Update the CD pipeline description to include the new step for deleting existing tags if they already exist before creating a new release.

Add a step to delete existing tags before creating a new release to avoid the 'Validation Failed: already_exists' error.

* **.github/workflows/cd.yml**
  - Add a new step to delete the existing tag if it already exists before creating a new release.
  - Use the `git tag -d` and `git push --delete origin` commands to delete the existing tag.

* **README.md**
  - Update the CD pipeline description to include the new step for deleting existing tags if they already exist before creating a new release.
@hootanht hootanht merged commit 57660e8 into master Sep 12, 2024
1 check passed
@hootanht hootanht deleted the fix-cd-error 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