Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cong Dai authored and Cong Dai committed Feb 7, 2024
1 parent 7205368 commit ca3b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
GPG_PASSWORD: ${{ secrets.GPG_KEY_PASSWORD }}
GPG_SECRET: ${{ secrets.GPG_SECRET_KEY }}
- name: Push Maven Artifacts to SonaType (only on Master)
# if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' }}
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
with:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository --info
Expand Down

0 comments on commit ca3b067

Please sign in to comment.