Sha256: cab70ddd7e0f9c5add9f716007e11fc9c43edb2ce7225654dc00047bbe650455

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

name: Release cortex client
on:
  workflow_run:
    workflows:
      - Test Cortex Client
    types:
      - completed
  push:
    tags:
      - '*'

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Release Gem
        uses: cadwallion/publish-rubygems-action@master
        env:
          GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
          RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
          RELEASE_COMMAND: sh push-gem.sh

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
anmol_cortex_client_ruby-0.1.2 .github/workflows/release.yml
anmol_cortex_client_ruby-0.1.1 .github/workflows/release.yml