Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 5d3910c

Browse files
committed
fix: invalid publish task is executed in workflow run
1 parent bbdb1b1 commit 5d3910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Publish packages
5353
if: ${{ always() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && steps.build.outcome == 'success' }}
5454
shell: bash
55-
run: ./gradlew nyxMake nyxMark nyxPublish release --stacktrace
55+
run: ./gradlew nyxMake nyxMark publish release --stacktrace
5656
env:
5757
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MVN_USERNAME }}
5858
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MVN_PASSWORD }}

0 commit comments

Comments
 (0)