Skip to content

Commit af251fc

Browse files
authored
Don't draft automated releases (#159)
1 parent 3358084 commit af251fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Draft release
3232
uses: softprops/action-gh-release@v2
3333
with:
34-
draft: true
3534
files: |
3635
dist/databricks_*.whl
3736
dist/databricks_*.tar.gz
@@ -45,4 +44,4 @@ jobs:
4544
inputs: |
4645
dist/databricks_*.whl
4746
dist/databricks_*.tar.gz
48-
release-signing-artifacts: true
47+
release-signing-artifacts: true

0 commit comments

Comments
 (0)