Skip to content

Commit 1448d9d

Browse files
committed
Add fix for publish
1 parent f02f1c8 commit 1448d9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
fetch-depth: 0
4040
submodules: 'true'
4141
show-progress: 'false'
42+
- name: Checkout java-module-packaging
43+
uses: actions/checkout@v4
44+
with:
45+
repository: koppor/java-module-packaging
46+
path: build-logic/java-module-packaging
47+
ref: fix-params
4248
- name: Install GitVersion
4349
uses: gittools/actions/gitversion/setup@v3.2.1
4450
with:

0 commit comments

Comments
 (0)