mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
update release
This commit is contained in:
parent
215de06a58
commit
0b13ca4b11
3
.github/release-drafter.yml
vendored
3
.github/release-drafter.yml
vendored
@ -1,6 +1,3 @@
|
|||||||
name-template: '$YEAR.$MONTH.$DAY'
|
|
||||||
tag-template: '$YEAR.$MONTH.$DAY'
|
|
||||||
tag-prefix: ""
|
|
||||||
categories:
|
categories:
|
||||||
- title: '🚀 Features'
|
- title: '🚀 Features'
|
||||||
labels:
|
labels:
|
||||||
|
8
.github/workflows/pre-release.yaml
vendored
8
.github/workflows/pre-release.yaml
vendored
@ -80,15 +80,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
config-name: release-drafter.yml
|
config-name: .github/release-drafter.yml
|
||||||
version: ${{ env.version }}
|
version: ${{ env.VERSION }} # Pass the version variable
|
||||||
|
|
||||||
- name: Create and Upload Release
|
- name: Create and Upload Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.version }}
|
tag_name: ${{ env.VERSION }}
|
||||||
name: Pre-Release ${{ env.version }}
|
name: Pre-Release ${{ env.VERSION }}
|
||||||
body: |
|
body: |
|
||||||
${{ steps.generate_notes.outputs.body }}
|
${{ steps.generate_notes.outputs.body }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user