Sha256: d01432fdc902ea2579a11bb5e1b004f1b3d8db809a27762f8dc20143ba08d3f4

Contents?: true

Size: 590 Bytes

Versions: 6

Compression:

Stored size: 590 Bytes

Contents

name: gemerald

on:
  push:
    branches: [ "main" ]

jobs:
  push:
    name: Push gem to RubyGems.org
    runs-on: ubuntu-latest

    permissions:
      id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
      contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
norairrecord-0.3.0 .github/workflows/gem-push.yml
norairrecord-0.2.1 .github/workflows/gem-push.yml
norairrecord-0.2.0 .github/workflows/gem-push.yml
norairrecord-0.1.4 .github/workflows/gem-push.yml
norairrecord-0.1.3 .github/workflows/gem-push.yml
norairrecord-0.1.2 .github/workflows/gem-push.yml