mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
fix(ci): fix release naming
This commit is contained in:
parent
4f8ee01067
commit
181916ad04
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -97,8 +97,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
draft: false
|
||||
tag_name: ${{ github.event_name == 'workflow_dispatch' && '' || github.ref }}
|
||||
release_name: Release ${{ github.event_name == 'workflow_dispatch' && 'main' || github.ref }}
|
||||
draft: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
prerelease: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user