Use tag in release title

This commit is contained in:
Tobi Schäfer 2025-02-15 19:58:16 +01:00
parent 24d1d29944
commit 6364067bac
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -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