Skip to content

Commit

Permalink
test publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeens committed Oct 4, 2022
1 parent 0e1f1a0 commit 4ba1f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Publish
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/move-to-contentgrid' }}
env:
SIGNING_PRIVATE_KEY: ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
SIGNING_PASSWORD: ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}
Expand Down

0 comments on commit 4ba1f56

Please sign in to comment.