Sha256: db6a0c1d448e711d9562783701d2fc2c2ce37a241f5d2b951f8384b1bd6465de

Contents?: true

Size: 680 Bytes

Versions: 1

Compression:

Stored size: 680 Bytes

Contents

name: Release gem

on:
  repository_dispatch:
    types:
      - release

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
      with:
        fetch-depth: 0
    - uses: pact-foundation/release-gem@v0.0.5
      env:
        GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_API_KEY }}'
        GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
        INCREMENT: '${{ github.event.client_payload.increment }}'
    - 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

1 entries across 1 versions & 1 rubygems

Version Path
pact_broker-client-1.28.1 .github/workflows/release_gem.yml