We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba765a commit 31bc290Copy full SHA for 31bc290
.github/workflows/release-drafter.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
./gradlew --no-daemon -Dbuild.snapshot=false publishNebulaPublicationToLocalRepoRepository && tar -C build -cvf artifacts.tar.gz localRepo
39
- name: Draft a release
40
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
41
with:
42
draft: true
43
generate_release_notes: true
0 commit comments