mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 20:01:57 +00:00
Add releases back to the mix
This commit is contained in:
@@ -129,15 +129,15 @@ jobs:
|
|||||||
tag: ${{ steps.ready_tag.outputs.tag_name }}
|
tag: ${{ steps.ready_tag.outputs.tag_name }}
|
||||||
message: Pre-release ${{ steps.ready_tag.outputs.tag_name }}
|
message: Pre-release ${{ steps.ready_tag.outputs.tag_name }}
|
||||||
|
|
||||||
# - name: Release 📦
|
- name: Release 📦
|
||||||
# uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# if: ${{ github.event_name == 'workflow_dispatch' }}
|
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||||
# with:
|
with:
|
||||||
# name: Prerelease ${{ steps.ready_tag.outputs.tag_name }}
|
name: Prerelease ${{ steps.ready_tag.outputs.tag_name }}
|
||||||
# tag_name: ${{ steps.ready_tag.outputs.tag_name }}
|
tag_name: ${{ steps.ready_tag.outputs.tag_name }}
|
||||||
# files: ./dist/PluginLoader
|
files: ./dist/PluginLoader
|
||||||
# prerelease: true
|
prerelease: true
|
||||||
# generate_release_notes: true
|
generate_release_notes: true
|
||||||
|
|
||||||
# nightly:
|
# nightly:
|
||||||
# name: Release the nightly version of the package
|
# name: Release the nightly version of the package
|
||||||
|
|||||||
Reference in New Issue
Block a user