Sha256: 5ca5691956bcf3924a4ba925ad9fb674d65372e55ddde7f2bdfb9eea15dd7396

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 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.GITHUB_TOKEN }}
    with:
      gem_name: html-pipeline
      version_filepath: lib/html_pipeline/version.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html-pipeline-3.0.0.pre5 .github/workflows/publish.yml