Skip to content

Commit e7db714

Browse files
committed
fix: remove continue-on-error from publish job
The `continue-on-error` setting was removed from the publish job in the GitHub Actions workflow. This ensures that the workflow will fail if the publish step encounters an error, providing clearer feedback on the success or failure of the deployment.
1 parent 82ec848 commit e7db714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ jobs:
2828
- name: Build
2929
run: ./gradlew build
3030
- name: Publish
31-
continue-on-error: true
3231
run: ./gradlew publishAllPublicationsToSonatypeRepository --max-workers 1 closeAndReleaseRepository

0 commit comments

Comments
 (0)