diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-21 12:09:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-21 12:09:24 -0700 |
| commit | 7deb4b20cd08662085f5f2ac92a26a541501b847 (patch) | |
| tree | 2387f7f3889f9d4481f914844df1e8bd70a6b7a2 | |
| parent | f4d77e527d90baf6059c63c51c8362baf941c613 (diff) | |
| download | seaweedfs-7deb4b20cd08662085f5f2ac92a26a541501b847.tar.xz seaweedfs-7deb4b20cd08662085f5f2ac92a26a541501b847.zip | |
Update cleanup.yml
| -rw-r--r-- | .github/workflows/cleanup.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 9fbd7dfa8..d8a2cdc4f 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -16,7 +16,7 @@ jobs: uses: mknejp/delete-release-assets@v1 with: token: ${{ github.token }} - tag: refs/tags/dev + tag: master fail-if-no-assets: false assets: | weed-* |
