Sha256: 5d6cf620f82059e66b55c93c93b9ecfe4b7f4730e3b2b68bd85ab066c5a27e90

Contents?: true

Size: 461 Bytes

Versions: 4

Compression:

Stored size: 461 Bytes

Contents

name: Publish Gem

on:
  push:
    branches:
      - main
    tags:
      - v*
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: Release Gem
        uses: cadwallion/publish-rubygems-action@master
        if: contains(github.ref, 'refs/tags/v')
        env:
          GITHUB_TOKEN: ${{ secrets.github_token }}
          RUBYGEMS_API_KEY: ${{ secrets.rubygems_api_key }}
          RELEASE_COMMAND: rake release

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ostruct-sanitizer-0.7.0 .github/workflows/release.yml
cobra_commander-0.12.0 .github/workflows/release.yml
ostruct-sanitizer-0.6.1 .github/workflows/release.yml
ostruct-sanitizer-0.6.0 .github/workflows/release.yml