Sha256: 60740204ccc3eb064067980076bb308f68e15d37a725b512a82937e3ffeff7b8

Contents?: true

Size: 573 Bytes

Versions: 5

Compression:

Stored size: 573 Bytes

Contents

name: Release
run-name: Release ${{ github.event.inputs.version }} version

on:
  workflow_dispatch:
    inputs:
      version:
        type: choice
        description: Version
        options:
          - patch
          - minor
          - major

jobs:
  version:
    permissions:
      contents: write
    uses: crowdin/.github/.github/workflows/bump-version.yml@main

  publish:
    runs-on: ubuntu-latest
    needs: version
    permissions:
      contents: write
    steps:
      - uses: peter-evans/repository-dispatch@v2
        with:
          event-type: publish

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
crowdin-api-1.10.0 .github/workflows/release.yml
crowdin-api-1.9.0 .github/workflows/release.yml
crowdin-api-1.8.1 .github/workflows/release.yml
crowdin-api-1.8.0 .github/workflows/release.yml
crowdin-api-1.7.0 .github/workflows/release.yml