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 1dc2c33 commit 9bdf922Copy full SHA for 9bdf922
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
if [[ '${{ needs.workflow-variables.outputs.is-release }}' == 'true' ]]; then
73
echo "pre-release-tag=" >> GITHUB_OUTPUT
74
else
75
- echo "pre-release-tag='${{ github.ref_name }} | tr '/' '.' | tr '-' '.'| tr '_' '.''" >> GITHUB_OUTPUT
+ echo "pre-release-tag=${{ github.ref_name }} | tr '/' '.' | tr '-' '.'| tr '_' '.'" >> GITHUB_OUTPUT
76
fi
77
- name: ''
78
shell: bash
0 commit comments