Skip to content

Release Gobrick

Release Gobrick #17

Workflow file for this run

name: Release Gobrick
# Invocable as a reusable workflow
# Can be manually triggered
on:
workflow_call:
workflow_dispatch:
inputs:
version:
description: 'Version to release (major, minor, patch) Ex: 1.0.0'
required: true
jobs:
csm-release:
uses: harishp8889/test-common-github-actions/.github/workflows/csm-release-libs.yaml@main

Check failure on line 13 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" -> "harishp8889/test-common-github-actions/.github/workflows/csm-release-libs.yaml@main" (source branch with sha:affc12b9735c4b67c37cd793cb77bba8d2419030) : reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
name: Release Go Client Libraries
secrets: inherit