mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
changing tag name for nightly to be static
This commit is contained in:
parent
9ddeea1c4d
commit
406f245c10
1 changed files with 1 additions and 3 deletions
4
.github/workflows/draft.yml
vendored
4
.github/workflows/draft.yml
vendored
|
|
@ -158,13 +158,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- run: echo "CURRENT_DATE=$(date -u +"%Y%m%d-%H%M")" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Nightly
|
- name: Nightly
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
with:
|
with:
|
||||||
tag_name: "yazi-nightly-${{ env.CURRENT_DATE }}"
|
tag_name: "nightly"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
yazi-*.zip
|
yazi-*.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue