Skip to content

Commit 56cbb06

Browse files
committed
ci: add GH release step
1 parent 2b373e5 commit 56cbb06

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
2525
- name: Setup SBT
2626
uses: sbt/setup-sbt@v1
2727

28-
- name: Run ci-release
28+
- name: Release
29+
uses: softprops/action-gh-release@v2
30+
with:
31+
generate_release_notes: true
32+
33+
- name: Publish
2934
run: sbt ci-release
3035
env:
3136
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)