Tags: shajeen/conan-xlnt
Tags
fix: Use env.VERSION for package archive and release upload Updated the GitHub Actions workflow to use `env.VERSION` instead of `steps.get_version.outputs.VERSION` for naming the package archive and for the GitHub Release tag and name. This aligns with best practices for accessing environment variables in GitHub Actions and ensures consistency across the workflow.