diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-22 00:31:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 00:31:33 -0700 |
| commit | c60f2d333eeee7faa6fc0f0055ce43ef3a911099 (patch) | |
| tree | ea9d593330df05a8fe8e89f9d5ecdd63cc7f3abe | |
| parent | ca998328c2916fdba751fa9add6f8eec626ff0be (diff) | |
| download | seaweedfs-c60f2d333eeee7faa6fc0f0055ce43ef3a911099.tar.xz seaweedfs-c60f2d333eeee7faa6fc0f0055ce43ef3a911099.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 d8a2cdc4f..47a677e6d 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: master + tag: dev fail-if-no-assets: false assets: | weed-* |
