Browse Source

Delete cleanup.yml

pull/1811/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
f72f037be5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      .github/workflows/cleanup.yml

22
.github/workflows/cleanup.yml

@ -1,22 +0,0 @@
name: Cleanup
on:
push:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Delete old release assets
uses: mknejp/delete-release-assets@v1
with:
token: ${{ github.token }}
tag: dev
fail-if-no-assets: false
assets: |
weed-*
Loading…
Cancel
Save