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 ac2d782 commit e97a325Copy full SHA for e97a325
.github/workflows/workflow.yaml
@@ -66,7 +66,7 @@ jobs:
66
then
67
workflow_file="$(grep -El "^name: (\"|)${GITHUB_WORKFLOW}(\"|)$" .github/workflows/*)"
68
fi
69
- workflow_tag="$(awk -F @ '/github-workflow-semantic-release/ {print $2}' "${workflow_file}")"
+ workflow_tag="$(awk -F '[[:space:]@]+' '/github-workflow-semantic-release/ {print $4}' "${workflow_file}")"
70
echo "workflow_tag=${workflow_tag}" >> $GITHUB_OUTPUT
71
72
commitlint:
0 commit comments