summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2023-01-17 15:37:43 -0800
committerGitHub <noreply@github.com>2023-01-17 15:37:43 -0800
commit635edf7f5b239956d6a31f6aaccbaf77f60a0969 (patch)
tree6e0c50a17c611966f739f5954b9821819a4b3e58
parent1b6e18bcb351da250802817088b7a0507c5becf6 (diff)
downloaddecky-loader-635edf7f5b239956d6a31f6aaccbaf77f60a0969.tar.gz
decky-loader-635edf7f5b239956d6a31f6aaccbaf77f60a0969.zip
fix releases being called prereleases
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index df8b03f6..d944416d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -159,7 +159,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ github.event_name == 'workflow_dispatch' && !env.ACT }}
with:
- name: Prerelease ${{ steps.ready_tag.outputs.tag_name }}
+ name: Release ${{ steps.ready_tag.outputs.tag_name }}
tag_name: ${{ steps.ready_tag.outputs.tag_name }}
files: ./dist/PluginLoader
prerelease: false