Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pvriel committed Jul 23, 2024
1 parent b3a4363 commit efcdf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
java-version: 11
- name: Assemble artifacts
run: ./gradlew assemble --info
run: ./gradlew build
- name: Publish
# if: ${{ startsWith(github.ref, 'refs/heads/master') || startswith(github.ref, 'refs/heads/release') }}
run: ./gradlew publish -PsigningKeyId=CDE3528F --info
run: ./gradlew publish -PsigningKeyId=CDE3528F

0 comments on commit efcdf6d

Please sign in to comment.