Sha256: 90f1c73f97602e4b6510c8adb6f00131dd831b01083493d7dbd776fbe2e93bb4

Contents?: true

Size: 643 Bytes

Versions: 12

Compression:

Stored size: 643 Bytes

Contents

---
name: Generate New Release

on:
  workflow_dispatch:

jobs:
  release:
    name: Release
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0
          persist-credentials: false
      - name: Setup Node.js
        uses: actions/setup-node@v2
        with:
          node-version: 14
      - name: Install Dependencies
        run: yarn install --frozen-lockfile
      - name: Release
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
        run: node_modules/.bin/semantic-release

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dubbletrack_remote-0.8.5 .github/workflows/release.yml
dubbletrack_remote-0.8.4 .github/workflows/release.yml
dubbletrack_remote-0.8.3 .github/workflows/release.yml
dubbletrack_remote-0.8.2 .github/workflows/release.yml
dubbletrack_remote-0.8.1 .github/workflows/release.yml
dubbletrack_remote-0.8.0 .github/workflows/release.yml
dubbletrack_remote-0.7.6 .github/workflows/release.yml
dubbletrack_remote-0.7.5 .github/workflows/release.yml
dubbletrack_remote-0.7.4 .github/workflows/release.yml
dubbletrack_remote-0.7.3 .github/workflows/release.yml
dubbletrack_remote-0.7.2 .github/workflows/release.yml
dubbletrack_remote-0.7.1 .github/workflows/release.yml