Skip to content

Commit

Permalink
load to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mentoster2 committed Mar 24, 2024
1 parent b72d868 commit f987336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
files: ${{ steps.build-app.outputs.fap-artifacts }}
tag_name: ${{ env.TAG_NAME }}
draft: false # Set to false if you don't want to create a draft release
prerelease: true # Mark the release as a prerelease
prerelease: false # Mark the release as a prerelease
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}

0 comments on commit f987336

Please sign in to comment.