Sha256: 985db728b2b5fb4b2d098ea41426438142bd1ae5e8770fb923f0caf8816c9888

Contents?: true

Size: 441 Bytes

Versions: 9

Compression:

Stored size: 441 Bytes

Contents

name: Publish Gem

on:
  push:
    tags:
      - v*
jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3

      - name: Release Gem
        if: contains(github.ref, 'refs/tags/v')
        uses: cadwallion/publish-rubygems-action@master
        env:
          GITHUB_TOKEN: ${{secrets.GITHUBTOKEN}}
          RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
          RELEASE_COMMAND: rake release
          

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mailersend-ruby-1.6.0 .github/workflows/publish_gem.yml
mailersend-ruby-1.5.2 .github/workflows/publish_gem.yml
mailersend-ruby-1.5.1 .github/workflows/publish_gem.yml
mailersend-ruby-1.5.0 .github/workflows/publish_gem.yml
mailersend-ruby-1.4.0 .github/workflows/publish_gem.yml
mailersend-ruby-1.3.2 .github/workflows/publish_gem.yml
mailersend-ruby-1.3.1 .github/workflows/publish_gem.yml
mailersend-ruby-1.3.0 .github/workflows/publish_gem.yml
mailersend-ruby-1.2.0 .github/workflows/publish_gem.yml