Sha256: 2b46866639d1ae0cfd1a1194259bda46ed78fb3ff4966c7a4d893e8fcbafe53a

Contents?: true

Size: 384 Bytes

Versions: 3

Compression:

Stored size: 384 Bytes

Contents

name: Publish to RubyGems.org
on:
  push:
    tags:
      - '*'
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: '3.0'
    - name: Publish to RubyGems.org
      uses: dawidd6/action-publish-gem@v1
      with:
        api_key: ${{ secrets.RUBYGEMS_API_KEY }}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-fb2-0.5.1 .github/workflows/release.yml
asciidoctor-fb2-0.5.0 .github/workflows/release.yml
asciidoctor-fb2-0.4.0 .github/workflows/release.yml