Sha256: 3bcc07d1537f1a39737e704ccee1b2668dc495945b0a58d1b8475afe15d0215b

Contents?: true

Size: 631 Bytes

Versions: 2

Compression:

Stored size: 631 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 }}'
        GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
    # - 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.28 .github/workflows/release_gem.yml
pact_broker-client-1.27.27 .github/workflows/release_gem.yml