Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): enhance release fetching logic for tag pushes
This commit modifies the GitHub Actions workflow to improve the handling of release fetching based on the event type. It introduces a conditional check to fetch the latest release only if the workflow is not triggered by a tag push. Additionally, it sets the tag name as the version when the workflow is executed on a tag push. These changes ensure that the correct versioning is applied during the build process, enhancing the reliability of the release management in the CI/CD pipeline. The dynamic badges action is also updated to the latest version for improved functionality.
- Loading branch information