Sha256: 709918bffb2bffdd14848f9ee7f163771263356c2c543399eb9277eb8345e486

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 Bytes

Contents

---
name: Publish

on:
  push:
    tags:
      - '*'

jobs:
  publish:
    needs:
      - lint
      - test

    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 2.7
          bundler-cache: true
      - name: Build and test with Rake
        run: |
          bundle exec rake release
        with:
          api_key: ${{secrets.RUBYGEMS_API_KEY}}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cronitor-5.2.1 .github/workflows/publish.yml
cronitor-5.2.0 .github/workflows/publish.yml
cronitor-5.1.0 .github/workflows/publish.yml