Use tag in release title
This commit is contained in:
parent
24d1d29944
commit
6364067bac
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Release
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags: '2*'
|
||||
tags: '1.6.*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
LC_TIME: en_US.UTF-8
|
||||
TODAY: $(date +'%d %b %Y')
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -29,8 +28,7 @@ jobs:
|
|||
direction: upload
|
||||
url: https://code.host.antville.org
|
||||
token: ${{ github.token }}
|
||||
title: ${{ env.TODAY }}
|
||||
#tag: $(date +'%Y.%m.%d')
|
||||
title: Antville ${{ github.ref_name }}
|
||||
release-dir: build/distributions
|
||||
release-notes-assistant: true
|
||||
verbose: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue