aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-27 14:12:08 +0800
committerGitHub <noreply@github.com>2024-02-27 14:12:08 +0800
commit1315ba251357ad5f767e3b2040db5611e48978e9 (patch)
tree185a4543b23ad15ae58cff5bb1aaa25253026850 /.github/workflows
parenta4ec9c788f13fc1b8f1c6b35ce64677da91e5a5d (diff)
downloadHydroRoll-1315ba251357ad5f767e3b2040db5611e48978e9.tar.gz
HydroRoll-1315ba251357ad5f767e3b2040db5611e48978e9.zip
Update release.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9324e70..965538f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -103,7 +103,7 @@ jobs:
release:
name: Release
- enviroment: release
+ environment: release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]