Skip to content

Commit

Permalink
ci: fix release workflow (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Sep 25, 2023
1 parent 7bca3f2 commit 2cbbecf
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 @@ -25,7 +25,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
body: "New release ${{ github.ref }}"
draft: false
draft: true
prerelease: false
files: |
main.pdf

0 comments on commit 2cbbecf

Please sign in to comment.