Sha256: 32fe9de7fe1289e1009bf54f5979defe7ca76bbd9ae7e0b5cef9f111b641c369

Contents?: true

Size: 703 Bytes

Versions: 1

Compression:

Stored size: 703 Bytes

Contents

name: Release gem

on:
  repository_dispatch:
    types:
      - release-triggered

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
      with:
        fetch-depth: 0
    - uses: pact-foundation/release-gem@v0.0.11
      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-2.58.2 .github/workflows/release_gem.yml