diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-17 01:54:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 01:54:00 -0800 |
| commit | 5579caf5a5605c92bc113969e89006a18af3dd77 (patch) | |
| tree | e4659446e327c06c67401219ac04d950e35eb24b | |
| parent | 3fd164a224f237641db53047505d76f4a9de3a94 (diff) | |
| download | seaweedfs-5579caf5a5605c92bc113969e89006a18af3dd77.tar.xz seaweedfs-5579caf5a5605c92bc113969e89006a18af3dd77.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf9fbe2f1..7439fb604 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,12 +33,6 @@ jobs: 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} |
