Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 authored Jan 3, 2022
1 parent 308f9a2 commit fbce3d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
with:
tag_name: v${{ steps.tag_name.outputs.current_version }}
name: Release ${{ steps.tag_name.outputs.current_version }}
#body: ${{ steps.changelog_reader.outputs.changes }}
#draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
#prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
body: "[Changelog](https://github.com/erri120/Playnite.Extensions/blob/master/CHANGELOG.md)"
draft: false
prerelease: false
files: |
out/*.zip

0 comments on commit fbce3d1

Please sign in to comment.