diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-21 12:02:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-21 12:02:22 -0700 |
| commit | f4d77e527d90baf6059c63c51c8362baf941c613 (patch) | |
| tree | a8ac9872d407df459b025c1be01a78be12c8db3d | |
| parent | cd7bf1a72a9a1bba24b9d15460782d21cb706504 (diff) | |
| download | seaweedfs-f4d77e527d90baf6059c63c51c8362baf941c613.tar.xz seaweedfs-f4d77e527d90baf6059c63c51c8362baf941c613.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 47a677e6d..9fbd7dfa8 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: dev + tag: refs/tags/dev fail-if-no-assets: false assets: | weed-* |
