Sha256: bf7f354a3d43dcd3192cd60cbeeb033e8ac0cf3941fe8cbb67d44bb2267b6a56

Contents?: true

Size: 440 Bytes

Versions: 8

Compression:

Stored size: 440 Bytes

Contents

name: Release

on:
  workflow_dispatch:
  push:
    branches:
      - main
    paths:
      - "lib/html_pipeline/version.rb"

jobs:
  ruby:
    uses: yettoapp/actions/.github/workflows/ruby_gem_release.yml@main
    secrets:
      rubygems_api_key: ${{ secrets.RUBYGEMS_API_BOT_KEY }}
      gh_token: ${{ secrets.PUBLIC_PUSH_TO_PROTECTED_BRANCH }}
    with:
      gem_name: html-pipeline
      version_filepath: lib/html_pipeline/version.rb

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
html-pipeline-3.2.0 .github/workflows/publish.yml
html-pipeline-3.1.1 .github/workflows/publish.yml
html-pipeline-3.1.0 .github/workflows/publish.yml
html-pipeline-3.0.3 .github/workflows/publish.yml
html-pipeline-3.0.2 .github/workflows/publish.yml
html-pipeline-3.0.1 .github/workflows/publish.yml
html-pipeline-3.0.0 .github/workflows/publish.yml
html-pipeline-3.0.0.pre6 .github/workflows/publish.yml