Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 committed Oct 10, 2024
1 parent 7d573f3 commit 65ef608
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,4 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
working-directory: .github/tools
run: |
sh check_publish.sh --namespace io.agodadev --bundle-name kraft-ktlint --bundle-version ${{ env.MAJOR_MINOR_VERSION }}${{ github.run_number }}
sh check_publish.sh --namespace io.agodadev --bundle-name kraft-detekt --bundle-version ${{ env.MAJOR_MINOR_VERSION }}${{ github.run_number }}
run: sh check_publish.sh --namespace io.agodadev --bundle-name agoda-kraft --bundle-version ${{ env.MAJOR_MINOR_VERSION }}${{ github.run_number }}

0 comments on commit 65ef608

Please sign in to comment.