Sha256: 8aa076fda0b47ac6098b7da4827ae587088e6b838bc3dd35b369db1d8fcb671f

Contents?: true

Size: 620 Bytes

Versions: 14

Compression:

Stored size: 620 Bytes

Contents

name: deploy-release
on:
  push:
    tags: '*'
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: actions/setup-ruby@v1
        with:
          ruby-version: '2.6.x'
      - run: gem install bundler
      - run: bundle install
      - run: bundle exec rake spec
      - name: setup credentials
        env:
          RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
        run: |
          mkdir -p ~/.gem
          echo -e "---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials
          chmod 0600 ~/.gem/credentials
      - run: bundle exec rake release

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
danger-jacoco-0.1.9 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.15 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.14 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.13.SNAPSHOT.1 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.13 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.12.SNAPSHOT.2 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.12.SNAPSHOT.1 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.12 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.11 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.10 .github/workflows/release.yaml
danger-jacoco-instacart-0.1.9 .github/workflows/release.yaml
danger-jacoco-0.1.8 .github/workflows/release.yaml
danger-jacoco-0.1.7 .github/workflows/release.yaml
danger-jacoco-0.1.6 .github/workflows/release.yaml