|
feat: update GitHub workflows to use new release action
- Updated the workflow to use the new release action instead of the upload action. - Changed the name of the "upload" job to "release" for clarity. - Modified the "Create GitHub Release" step to use the specified tag, files, and set the release as a prerelease. These changes were made to improve the release process and ensure that the correct assets are uploaded for the GitHub release. |
|---|
|
|
| .github/workflows/ci.yaml |
|---|
| .github/workflows/release.yaml |
|---|