diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 873b5516..81cfb8ad 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -37,7 +37,7 @@ jobs: run: | ./gradlew --no-daemon -Dbuild.snapshot=false publishNebulaPublicationToLocalRepoRepository && tar -C build -cvf artifacts.tar.gz localRepo - name: Draft a release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true generate_release_notes: true