Skip to content

Commit

Permalink
C2C-235: Fix failing build on CI workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga authored Mar 13, 2024
1 parent a53785f commit a2141f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
release:
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
needs: validate
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-publish.yml@main
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
Expand Down

0 comments on commit a2141f1

Please sign in to comment.