Sha256: fede1c3c5a079aca6072cbeeddecd753bc061cf482b72a0ed2d39cf5aad086cf

Contents?: true

Size: 321 Bytes

Versions: 8

Compression:

Stored size: 321 Bytes

Contents

---
name: Deploy
on:
  push:
    tags:
      - v*
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: "cadwallion/publish-rubygems-action@master"
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
attr-gather-1.5.1 .github/workflows/deploy.yml
attr-gather-1.4.0 .github/workflows/deploy.yml
attr-gather-1.2.1 .github/workflows/deploy.yml
attr-gather-1.3.0 .github/workflows/deploy.yml
attr-gather-1.2.0 .github/workflows/deploy.yml
attr-gather-1.1.3 .github/workflows/deploy.yml
attr-gather-1.1.2 .github/workflows/deploy.yml
attr-gather-1.1.1 .github/workflows/deploy.yml