We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e469a commit 0f7c569Copy full SHA for 0f7c569
1 file changed
.github/workflows/release.yml
@@ -79,10 +79,10 @@ jobs:
79
- name: Make Site
80
run: sbtn makeSite
81
82
-# - name: Github Release
83
-# run: sbt -Dsbt.log.noformat=true githubRelease
84
-# env:
85
-# GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
+ - name: Github Release
+ run: sbt -Dsbt.log.noformat=true githubRelease
+ env:
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
86
87
- name: Docs Publish
88
run: |
0 commit comments