sysprog21 / concurrency-primer

Concurrency Primer
Creative Commons Attribution Share Alike 4.0 International
64 stars 12 forks source link

Switch to action-gh-release@v2 for CI debugging #5

Closed eleanorLYJ closed 3 months ago

eleanorLYJ commented 3 months ago

This PR updates the GitHub Actions workflow to switch from the deprecated actions/create-release@v1 to softprops/action-gh-release@v2 , combining the creation and upload steps into a single action to streamline the workflow.

The previous error message, "Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}", was encountered during the step using actions/create-release. By migrating to softprops/action-gh-release@v2, we can prevent the errors from occurring.

Close #3