Sha256: b07f77c844536afcdf3a7417149893481570a8cfa29c0a1fed9899f587a5e652

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 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@0.0.1
      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

1 entries across 1 versions & 1 rubygems

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