aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-02-17 01:51:11 -0800
committerGitHub <noreply@github.com>2021-02-17 01:51:11 -0800
commita657d0987927aaa1027b01b44bf9b85a0901849b (patch)
tree9c7afd7b11a1812d20636802d1f2c8fcc003e281
parentf72f037be5d4c35a3cd64fb300eb9a812fd338ef (diff)
downloadseaweedfs-a657d0987927aaa1027b01b44bf9b85a0901849b.tar.xz
seaweedfs-a657d0987927aaa1027b01b44bf9b85a0901849b.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml16
1 files changed, 13 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 13714825d..bf9fbe2f1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,10 +24,20 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- - name: Wait for the deletion
- uses: jakejarvis/wait-action@master
+ - name: Delete old release assets
+ uses: mknejp/delete-release-assets@v1
with:
- time: '30s'
+ token: ${{ github.token }}
+ tag: dev
+ fail-if-no-assets: false
+ assets: |
+ weed-*
+
+ - name: Latest tag
+ uses: EndBug/latest-tag@v1.4.0
+ with:
+ description: latest master branch builds
+ tag-name: dev
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date -u +%Y-%m-%d-%H-%M) >> ${GITHUB_ENV}