Skip to content

Commit

Permalink
Skip publish if failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq authored Nov 30, 2024
1 parent f1dfac2 commit 94ae8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_1.21.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: CreateJar
run: gradle createMojmapBundlerJar createMojmapPaperclipJar
- name: Publish to repo
continue-on-error: true
run: |
export MAVEN_REPO_USER=${{ secrets.MAVEN_REPO_USER }}
export MAVEN_REPO_PASSWORD=${{ secrets.MAVEN_REPO_PASSWORD }}
Expand Down

0 comments on commit 94ae8e3

Please sign in to comment.