Sha256: d9a0105fc83a4272f5ae47aae88b72e5c1cae9c6a1a9b39d3fb7f692c027c2fe
Contents?: true
Size: 580 Bytes
Versions: 2
Compression:
Stored size: 580 Bytes
Contents
name: Release gem on: repository_dispatch: types: - release-patch jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: pact-foundation/release-gem@master env: GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_API_KEY }}' # - name: Trigger release of pact-cli Docker image # uses: peter-evans/repository-dispatch@v1 # with: # token: ${{ secrets.GHTOKENFORPACTCLIRELEASE }} # repository: pact-foundation/pact-ruby-cli # event-type: gem-released
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.27.25 | .github/workflows/release_gem.yml |
pact_broker-client-1.27.24 | .github/workflows/release_gem.yml |