Skip to content

Commit

Permalink
remove pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
holzi1005 committed Nov 21, 2024
1 parent e5ad979 commit 33b39e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: create_release
with:
draft: false
prerelease: true
prerelease: false
name: Release ${{ steps.version.outputs.version }}
tag: ${{ steps.version.outputs.version }}
artifacts: filemanager-${{ steps.version.outputs.version }}.zip
Expand Down

0 comments on commit 33b39e2

Please sign in to comment.