diff options
| author | 2024-02-27 14:12:08 +0800 | |
|---|---|---|
| committer | 2024-02-27 14:12:08 +0800 | |
| commit | 1315ba251357ad5f767e3b2040db5611e48978e9 (patch) | |
| tree | 185a4543b23ad15ae58cff5bb1aaa25253026850 /.github/workflows | |
| parent | a4ec9c788f13fc1b8f1c6b35ce64677da91e5a5d (diff) | |
| download | HydroRoll-1315ba251357ad5f767e3b2040db5611e48978e9.tar.gz HydroRoll-1315ba251357ad5f767e3b2040db5611e48978e9.zip | |
Update release.yml
Diffstat (limited to '.github/workflows')
| -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 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] |
