Skip to content

Commit

Permalink
Draft a release first
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Apr 20, 2022
1 parent 5746be0 commit 7d2287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
draft: true
prerelease: false
- name: Output Release URL File
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
Expand Down

0 comments on commit 7d2287b

Please sign in to comment.