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 f02f1c8 commit 1448d9dCopy full SHA for 1448d9d
.github/workflows/publish.yml
@@ -39,6 +39,12 @@ jobs:
39
fetch-depth: 0
40
submodules: 'true'
41
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
48
- name: Install GitVersion
49
uses: gittools/actions/gitversion/[email protected]
50
with:
0 commit comments