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

add release workflows #25

Merged
merged 1 commit into from
Jun 16, 2022
Merged

add release workflows #25

merged 1 commit into from
Jun 16, 2022

Conversation

dansiegel
Copy link
Contributor

Description

This simplifies the CI workflow with the AvantiPoint Workflow Templates, and adds 2 new workflows.

  1. start-release - This is a manually triggered workflow. When triggered it will create a build the same as the CI workflow, After building the library it will create a draft Release, auto-generate release notes, and upload the artifacts
  2. publish-release - This is triggered automatically when the Release is published. This will download the artifacts from the release and then publish them to nuget.org.

NOTE: Before the publish release workflow is run you will need to Generate / Add a NuGet API Key to the Repo Secrets with the key NUGET_API_KEY

@jsuarezruiz jsuarezruiz merged commit 78a2380 into jsuarezruiz:main Jun 16, 2022
@dansiegel dansiegel deleted the update-ci branch June 17, 2022 14:10
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.

2 participants