Browse Source

Update release.yml

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

6
.github/workflows/release.yml

@ -33,12 +33,6 @@ jobs:
assets: | assets: |
weed-* 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…
Cancel
Save