Skip to content

Commit

Permalink
Add signing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vprus committed Oct 17, 2024
1 parent 6a95716 commit 85f3147
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 @@ -34,7 +34,7 @@ jobs:
- name: Build and Test
env:
JOOM_CLOUD_TOKEN: ${{ secrets.JOOM_CLOUD_TOKEN }}
run: ./gradlew build -Pscala.version=${{ matrix.scala }} -Pspark.version=${{ matrix.spark }} -i
run: ./gradlew build sign -Pscala.version=${{ matrix.scala }} -Pspark.version=${{ matrix.spark }} -i

- name: Upload Artifacts
if: contains(github.ref, '/tags/v') && matrix.spark == '3.5.0'
Expand Down

0 comments on commit 85f3147

Please sign in to comment.