Sha256: 6b337d3ddc404722590f4c893f9f53dd5d6795c76f55f4cebaa734a6d471e784

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

name: Build and Publish Gem

on:
  release:
    types: [published]

jobs:
  build:
    runs-on: ubuntu-latest

    permissions:
      contents: write
      id-token: write

    steps:
    # Set up
    - uses: actions/checkout@v4
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true
        ruby-version: ruby

    # Release
    - uses: rubygems/release-gem@v1

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
pg_objects-1.4.0 .github/workflows/publish.yml
pg_objects-1.3.3 .github/workflows/publish.yml
friendly_fk-1.0.27 .github/workflows/publish.yml