diff --git a/.github/workflows/release-draft.yaml b/.github/workflows/release-draft.yaml index b097586..05e0bae 100644 --- a/.github/workflows/release-draft.yaml +++ b/.github/workflows/release-draft.yaml @@ -22,5 +22,8 @@ jobs: # with: # config-name: my-config.yml # disable-autolabeler: true + with: + prerelease: true + publish: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file