Sha256: 01c3305882ed8df4b6f67719155ad604788967896edba2d78437e0ceeb108aec
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 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@v0.0.5 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.28.0 | .github/workflows/release_gem.yml |