Skip to content

Commit

Permalink
Disabling publishing to sonatype as it is failing (#5257)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Nov 27, 2024
1 parent 0671f56 commit 10574f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-release-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
workflow_dispatch:
jobs:
release:
if: github.event_name == 'release'
# Disabling temporarily as it is failing
if: false
runs-on: ubuntu-latest
timeout-minutes: 30
env:
Expand Down

0 comments on commit 10574f5

Please sign in to comment.