diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-10-27 20:07:37 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-10-27 20:07:37 -0400 |
| commit | 90de83fa7af0a4bb991e9eca38b0911e720e1b01 (patch) | |
| tree | 0f2862b606022d2250cae08b41ab32182414b043 /.github/workflows/release.yml | |
| parent | f25ed181df94124896d3ef581bcfb40a5be8e919 (diff) | |
Update odin to `dev-2025-10`
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f8a312..7be7e27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,6 @@ name: release env: - ODIN_BRANCH: dev-2025-09 + ODIN_BRANCH: dev-2025-10 on: workflow_dispatch: |