---
title: "Release"
description: "Reference for the Release GitHub Actions workflow."
sidebar:
badge:
text: "Release"
variant: "caution"
---
**Source:** [`.github/workflows/release.yml`](https://github.com/zircote/rlm-rs/blob/main/.github/workflows/release.yml)
## Triggers
| Event |
|---|
| `push` |
| `workflow_dispatch` |
## Jobs
- `version`
- `build`
- `test`
- `audit`
- `sbom`
- `verify`
- `release`