diff options
| -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-* |
