Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
ref: treat nightly as prerelease and modified tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
xarunoba committed Nov 8, 2024
1 parent a319155 commit d7b4beb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT

build:
needs: check
Expand Down Expand Up @@ -107,8 +107,9 @@ jobs:
with:
name: Zed for Windows (Nightly) ${{ needs.check.outputs.date }}
body_path: CHANGELOG.txt
tag_name: nightly-${{ needs.check.outputs.date }}
tag_name: v${{ needs.check.outputs.date }}-nightly
draft: false
prerelease: true
make_latest: false
fail_on_unmatched_files: true
files: |
Expand Down

0 comments on commit d7b4beb

Please sign in to comment.