We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab777e4 commit 6a4f763Copy full SHA for 6a4f763
.github/workflows/actions.yml
@@ -64,15 +64,14 @@ jobs:
64
distribution: 'temurin'
65
java-version: 11
66
- name: Publish to Maven Central
67
- run: ./mill -i mill.scalalib.PublishModule/
+ run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/
68
+
69
- name: Create GitHub Release
70
id: create_gh_release
- # WARN: `actions/create-release` is currently unmaintained. It just works now, keep it until it breaks.
71
uses: actions/[email protected]
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
74
with:
75
tag_name: ${{ github.ref }}
76
release_name: ${{ github.ref }}
77
- body:
78
draft: false
0 commit comments