Skip to content

Release to maven central (sigstore-java only) #1108

Release to maven central (sigstore-java only)

Release to maven central (sigstore-java only) #1108

Workflow file for this run

name: Conformance Tests
on:
push:
branches:
- '**'
pull_request:
jobs:
conformance:
strategy:
matrix:
java-version: [11, 17]
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: Build sigstore-java
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1
with:
arguments: :sigstore-cli:build
- name: Unpack sigstore-java distribution
run: tar -xvf ${{ github.workspace }}/sigstore-cli/build/distributions/sigstore-cli-*.tar --strip-components 1
- uses: sigstore/sigstore-conformance@c8d17eb7ee884cf86b93a3a3f471648fb0a83819 # v0.0.9
with:
entrypoint: ${{ github.workspace }}/bin/sigstore-cli