Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Jan 20, 2025
1 parent cd4f4c1 commit 0bd0ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/create-release@v1
id: create_release
with:
draft: false
draft: true
prerelease: false
release_name: ${{ env.tag }}
tag_name: ${{ env.tag }}
Expand Down

0 comments on commit 0bd0ad1

Please sign in to comment.