diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-12-17 22:11:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 22:11:14 -0800 |
| commit | 1b4237795ab8079222e34c4ee714175cb0691fbf (patch) | |
| tree | 2accc7002b69f7d13ba41dcf08b6c550bee7ad59 | |
| parent | 160d46dbcc57749d4651dc39da6a92fb8acab053 (diff) | |
| download | seaweedfs-1b4237795ab8079222e34c4ee714175cb0691fbf.tar.xz seaweedfs-1b4237795ab8079222e34c4ee714175cb0691fbf.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d48b3299..96894a9e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,7 @@ jobs: with: token: ${{ github.token }} tag: dev + fail-if-no-assets: false assets: | weed-large-disk-* weed-* |
