Sha256: 1f5630f970fc0843907e226b05cea10c1388f8d75e3d524982a3442d756fadeb

Contents?: true

Size: 594 Bytes

Versions: 3

Compression:

Stored size: 594 Bytes

Contents

name: Publish to RubyGems.org
on:
  push:
    tags: [ '*' ]
jobs:
  build:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: '3.1'
          bundler-cache: true
      - name: Setup Python
        uses: actions/setup-python@v4
        with:
          python-version: '3.11'
      - name: Build
        run: bundle exec rake build
      - 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
pygments.rb-2.4.1 .github/workflows/release.yml
pygments.rb-2.4.0 .github/workflows/release.yml
pygments.rb-2.3.1 .github/workflows/release.yml