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 build status in README #14

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Fix CD build status in README #14

merged 1 commit into from
Sep 12, 2024

Conversation

hootanht
Copy link
Owner

Add a step to create a GitHub release before deploying in the CD pipeline.

  • .github/workflows/CD.yml
    • Add a step in the deploy job to create a GitHub release before deploying.
    • Use the actions/create-release@v1 action to create the release.
    • Set the tag_name, release_name, body, and draft parameters for the release.
    • Ensure the release is created before the NuGet package is published to NuGet.org.

Add a step to create a GitHub release before deploying in the CD pipeline.

* **.github/workflows/CD.yml**
  - Add a step in the `deploy` job to create a GitHub release before deploying.
  - Use the `actions/create-release@v1` action to create the release.
  - Set the `tag_name`, `release_name`, `body`, and `draft` parameters for the release.
  - Ensure the release is created before the NuGet package is published to NuGet.org.
@hootanht hootanht merged commit ed34766 into master Sep 12, 2024
1 check passed
@hootanht hootanht deleted the fix-cd-build-status 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