Skip to content

Commit a815459

Browse files
committed
[CI] Fix publish step maven target
1 parent cabfdb6 commit a815459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
path: forge-main/src/generated/resources
156156

157157
- name: Publish gradle nightly jar
158-
run: ./gradlew publishAllPublicationToGitHubPackagesRepository
158+
run: ./gradlew publishAllLibsPublicationToGitHubPackagesRepository
159159
env:
160160
CC_VERSION: ${{ needs.vars.outputs.version }}
161161
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

0 commit comments

Comments
 (0)