diff --git a/.github/workflows/RELEASE.md b/.github/workflows/RELEASE.md index d808d48c1..eabf157bf 100644 --- a/.github/workflows/RELEASE.md +++ b/.github/workflows/RELEASE.md @@ -164,7 +164,7 @@ After the draft phase completes, a maintainer reviews the draft release on GitHu |-----|-----------|-------------| | **notify** | always | Sends Slack notifications to `#cryptomator-desktop`: ready to build `.deb` package, and reminder to update `latest-version.json` on S3. | | **get-asset-urls** | always | Extracts MSI and EXE download URLs from the release assets. | -| **check-release** | always | Classifies the published release tag as `stable`, `alpha`, `beta`, `rc`, or `unknown`. Stable-only follow-up jobs depend on this output. Unlike `get-version.yml`workflow, this job does not perform semver validation. | +| **check-release** | always | Classifies the published release tag as `stable`, `alpha`, `beta`, `rc`, or `unknown`. Stable-only follow-up jobs depend on this output. Unlike `get-version.yml` workflow, this job does not perform semver validation. | | **allowlist-msi-x64** | Windows release | Calls [`av-whitelist.yml`](av-whitelist.yml). Uploads the MSI to Kaspersky and Avast for whitelisting. | | **allowlist-exe-x64** | Windows release | Same as above for the EXE. Runs sequentially after MSI. | | **notify-winget** | stable + Windows | Sends a Slack notification that the release is ready for [winget submission](winget.yml). |