Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutzzz committed Mar 6, 2024
1 parent 6fb7c33 commit 40116df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write

steps:
- name: Get version from input
Expand Down Expand Up @@ -96,9 +99,11 @@ jobs:
with:
tag_name: v${{ steps.tag_name.outputs.current_dotnetver }}
name: Release ${{ steps.changelog_reader.outputs.version }}
# TODO: Get prior version to prepend to body:
#**Full Changelog**: https://github.com/Nutzzz/GameCollector/compare/v1.2.3.3...v1.2.3.4
body: ${{ steps.changelog_reader.outputs.changes }}
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
#prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
files: |
Linux/GameCollector
Windows/GameCollector.exe
Expand Down

0 comments on commit 40116df

Please sign in to comment.