diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-29 12:12:07 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-29 12:12:07 -0800 |
| commit | 66ebc7c98fefd6803e9fc23bb7ad6beb18d9a088 (patch) | |
| tree | 7d13a5bb3171d36b23801d730069997b73de9e8e /.github/workflows/release.yml | |
| parent | adef4ddc879dc01f2cffe86d0901f14adb36fd72 (diff) | |
| download | seaweedfs-66ebc7c98fefd6803e9fc23bb7ad6beb18d9a088.tar.xz seaweedfs-66ebc7c98fefd6803e9fc23bb7ad6beb18d9a088.zip | |
adjust actions
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39108c30a..c4aa4e6b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,14 +24,10 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Delete old release assets - uses: mknejp/delete-release-assets@v1 + - name: Wait for the deletion + uses: jakejarvis/wait-action@master with: - token: ${{ github.token }} - tag: dev - fail-if-no-assets: false - assets: | - weed-* + time: '30s' - name: Set BUILD_TIME env run: echo BUILD_TIME=$(date -u +%Y-%m-%d-%H-%M) >> ${GITHUB_ENV} |
