Skip to content

Release Gobrick

Release Gobrick #27

Workflow file for this run

name: Release Gobrick
# Invocable as a reusable workflow
# Can be manually triggered
on:
workflow_call:
workflow_dispatch:
inputs:
option:
description: 'Select version to release'
required: true
type: choice
default: 'minor'
options:
- major
- minor
- patch
jobs:
csm-release:
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@feature/release-creator

Check failure on line 19 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "dell/common-github-actions/.github/workflows/csm-release-libs.yaml@feature/release-creator" (source branch with sha:0d95738c9a4f5d622301e4874a2b79e07f22fe9c) --> "dell/common-github-actions/.github/workflows/release-creator.yaml@main" : failed to fetch workflow: workflow was not found.
name: Release Go Client Libraries
with:
version: ${{ github.event.inputs.option }}
secrets: inherit