Skip to content

Commit 6a4f763

Browse files
committed
SonatypeCentralPublishModule
1 parent ab777e4 commit 6a4f763

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,14 @@ jobs:
6464
distribution: 'temurin'
6565
java-version: 11
6666
- name: Publish to Maven Central
67-
run: ./mill -i mill.scalalib.PublishModule/
67+
run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/
68+
6869
- name: Create GitHub Release
6970
id: create_gh_release
70-
# WARN: `actions/create-release` is currently unmaintained. It just works now, keep it until it breaks.
7171
uses: actions/[email protected]
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
7474
with:
7575
tag_name: ${{ github.ref }}
7676
release_name: ${{ github.ref }}
77-
body:
7877
draft: false

0 commit comments

Comments
 (0)