Sha256: b339bc5ca5c55b1c7285e539422fe42af89a04de0dc4e6b94c0762f8bab91079

Contents?: true

Size: 458 Bytes

Versions: 8

Compression:

Stored size: 458 Bytes

Contents

name: Publish Gem

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

    steps:
      - uses: actions/checkout@v1

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
capistrano_shopware6-0.2.5 .github/workflows/main.yml
capistrano_shopware6-0.2.4 .github/workflows/main.yml
ttsttb-0.2.1 .github/workflows/publish.yml
ttsttb-0.2.0 .github/workflows/publish.yml
capistrano_shopware6-0.2.3 .github/workflows/main.yml
capistrano_shopware6-0.2.2 .github/workflows/main.yml
capistrano_shopware6-0.2.1 .github/workflows/main.yml
capistrano_shopware6-0.2.0 .github/workflows/main.yml