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

Commit

Permalink
fix: preview to set prerelease to true and make_latest to false
Browse files Browse the repository at this point in the history
  • Loading branch information
xarunoba committed Nov 8, 2024
1 parent c74a363 commit 424c341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
body_path: CHANGELOG.txt
tag_name: ${{ needs.check.outputs.latest_prerelease }}
draft: false
make_latest: true
make_latest: false
prerelease: true
fail_on_unmatched_files: true
files: |
zed-preview-vulkan-${{ needs.check.outputs.latest_prerelease }}.zip
Expand Down

0 comments on commit 424c341

Please sign in to comment.