diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38a24bd32..9e52ecb06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,10 @@ name: Release permissions: contents: write +env: + CARGO_TERM_COLOR: always + RUSTFLAGS: "--cfg uuid_unstable" + # This task will run whenever you push a git tag that looks like a version # like "1.0.0", "v0.1.0-prerelease.1", "my-app/0.1.0", "releases/v1.0.0", etc. # Various formats will be parsed into a VERSION and an optional PACKAGE_NAME, where