Skip to content

Commit

Permalink
set prerelease to false
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax authored Jun 16, 2024
1 parent 541d802 commit d591990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
prerelease: false
files: "pixel-backup-gang-*.tar.gz"
token: ${{ secrets.MY_GITHUB_TOKEN }}

0 comments on commit d591990

Please sign in to comment.