update release

This commit is contained in:
Chris Titus 2024-09-10 18:01:18 -05:00
parent 215de06a58
commit 0b13ca4b11
2 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,3 @@
name-template: '$YEAR.$MONTH.$DAY'
tag-template: '$YEAR.$MONTH.$DAY'
tag-prefix: ""
categories:
- title: '🚀 Features'
labels:

View File

@ -80,15 +80,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config-name: release-drafter.yml
version: ${{ env.version }}
config-name: .github/release-drafter.yml
version: ${{ env.VERSION }} # Pass the version variable
- name: Create and Upload Release
id: create_release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.version }}
name: Pre-Release ${{ env.version }}
tag_name: ${{ env.VERSION }}
name: Pre-Release ${{ env.VERSION }}
body: |
${{ steps.generate_notes.outputs.body }}