Skip to content

Release Gobrick

Release Gobrick #25

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: harishp8889/test-common-github-actions/.github/workflows/csm-release-libs.yaml@main
name: Release Go Client Libraries
with:
version: ${{ github.event.inputs.option }}

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

View workflow run for this annotation

GitHub Actions / Release Gobrick

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 22, Col: 16): Invalid input, version is not defined in the referenced workflow.
secrets: inherit