Skip to content

Commit ca3b067

Browse files
Cong DaiCong Dai
Cong Dai
authored and
Cong Dai
committed
update
1 parent 7205368 commit ca3b067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GPG_PASSWORD: ${{ secrets.GPG_KEY_PASSWORD }}
3131
GPG_SECRET: ${{ secrets.GPG_SECRET_KEY }}
3232
- name: Push Maven Artifacts to SonaType (only on Master)
33-
# if: ${{ github.ref == 'refs/heads/master' }}
33+
if: ${{ github.ref == 'refs/heads/master' }}
3434
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
3535
with:
3636
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository --info

0 commit comments

Comments
 (0)