Sha256: 9b0cce4d379769047c93dfdc29d9f25af17ee17a0290f89957b1fcf6e6284ba2
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
Contents
name: Release gem on: repository_dispatch: types: - release-triggered jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # - name: 'Wait for status checks' # id: wait-for-status-checks # uses: "WyriHaximus/github-action-wait-for-status@v2" # with: # checkInterval: 15 # env: # GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - 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.59.0 | .github/workflows/release_gem.yml |