mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update release.yml
This commit is contained in:
parent
f72f037be5
commit
a657d09879
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
@ -24,10 +24,20 @@ jobs:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Wait for the deletion
|
- name: Delete old release assets
|
||||||
uses: jakejarvis/wait-action@master
|
uses: mknejp/delete-release-assets@v1
|
||||||
with:
|
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
|
- name: Set BUILD_TIME env
|
||||||
run: echo BUILD_TIME=$(date -u +%Y-%m-%d-%H-%M) >> ${GITHUB_ENV}
|
run: echo BUILD_TIME=$(date -u +%Y-%m-%d-%H-%M) >> ${GITHUB_ENV}
|
||||||
|
|
Loading…
Reference in a new issue