Sha256: ec8b32bb2f14a40d492b68079bebd92b02717cfc8164ad687e4fdb62f4d5f503

Contents?: true

Size: 384 Bytes

Versions: 6

Compression:

Stored size: 384 Bytes

Contents

name: Create release from tag
on:
  push:
    tags: # Create a release once a git tag is published
      - '*'

jobs:
  release-builder:
    uses: owen2345/reusable-ci-cd-actions/.github/workflows/release_builder_from_tag.yml@main
    with:
      commit_mode: true # If true, then fetches all commit titles from all changes. If false, then fetches only the PR titles from all changes.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pub_sub_model_sync-1.9.3 .github/workflows/release.yml
pub_sub_model_sync-1.9.2 .github/workflows/release.yml
pub_sub_model_sync-1.9.1 .github/workflows/release.yml
pub_sub_model_sync-1.9.0 .github/workflows/release.yml
pub_sub_model_sync-1.7.2 .github/workflows/release.yml
pub_sub_model_sync-1.7.1 .github/workflows/release.yml