Skip to content

Commit 304a093

Browse files
committed
feat: use explicit tag name for release and non-draft
1 parent 4a35472 commit 304a093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Create release
6565
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
6666
with:
67-
draft: true
67+
tag_name: ${{ github.event.inputs.version }}
6868
files: build/libs/*.jar
6969
generate_release_notes: true
7070

0 commit comments

Comments
 (0)