Sha256: 1038a3d2f6a2d4a8b8e787428fae225ced59f555946d4686c877a1fdf7426ae7

Contents?: true

Size: 297 Bytes

Versions: 10

Compression:

Stored size: 297 Bytes

Contents

name: Release

on:
  push:
    # Pattern matched against refs/tags
    tags:
      - '**'

jobs:
  release:
    name: Release gem
    uses: theforeman/actions/.github/workflows/release-gem.yml@v0
    with:
      allowed_owner: theforeman
    secrets:
      api_key: ${{ secrets.RUBYGEM_API_KEY }}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
foreman_remote_execution-14.0.2 .github/workflows/release.yml
foreman_remote_execution-14.0.1 .github/workflows/release.yml
foreman_remote_execution-13.2.6 .github/workflows/release.yml
foreman_remote_execution-14.0.0 .github/workflows/release.yml
foreman_remote_execution-13.2.5 .github/workflows/release.yml
foreman_remote_execution-13.2.4 .github/workflows/release.yml
foreman_remote_execution-13.2.3 .github/workflows/release.yml
foreman_remote_execution-13.2.2 .github/workflows/release.yml
foreman_remote_execution-13.2.1 .github/workflows/release.yml
foreman_remote_execution-13.2.0 .github/workflows/release.yml