Skip to content

Commit 0f7c569

Browse files
committed
Restored use of sbt-github-release plugin
1 parent 36e469a commit 0f7c569

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
- name: Make Site
8080
run: sbtn makeSite
8181

82-
# - name: Github Release
83-
# run: sbt -Dsbt.log.noformat=true githubRelease
84-
# env:
85-
# GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
82+
- name: Github Release
83+
run: sbt -Dsbt.log.noformat=true githubRelease
84+
env:
85+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
8686

8787
- name: Docs Publish
8888
run: |

0 commit comments

Comments
 (0)