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

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

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

eleanorLYJ
Copy link
Contributor

@eleanorLYJ eleanorLYJ commented Apr 4, 2024

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

Copy link
Contributor

@jserv jserv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Append "Close #3" at the end of the git commit message.

jserv and others added 2 commits April 5, 2024 09:39
Switch from deprecated `actions/create-release@v1` to
`softprops/action-gh-release@v2` for creating releases, combining the
 creation and upload steps into a single action to streamline the
workflow.

close sysprog21#3
@jserv jserv merged commit 4915ddc into sysprog21:main Apr 5, 2024
@eleanorLYJ eleanorLYJ deleted the bug-feature branch April 5, 2024 08:24
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.

Avoid deprecated package
2 participants