We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a09921 commit f9721a3Copy full SHA for f9721a3
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
# if neither option nor version is provided, then minor release is taken by default (Auto-release)
47
echo "versionEnv=minor" >> $GITHUB_OUTPUT
48
csm-release:
49
- needs: [process-inputs]
+ needs: [process-inputs]
50
uses: harishp8889/test-common-github-actions/.github/workflows/csm-release-libs.yaml@main
51
name: Release Go Client Libraries
52
with:
0 commit comments