Skip to content

Commit 9bdf922

Browse files
committed
zxcaas
1 parent 1dc2c33 commit 9bdf922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if [[ '${{ needs.workflow-variables.outputs.is-release }}' == 'true' ]]; then
7373
echo "pre-release-tag=" >> GITHUB_OUTPUT
7474
else
75-
echo "pre-release-tag='${{ github.ref_name }} | tr '/' '.' | tr '-' '.'| tr '_' '.''" >> GITHUB_OUTPUT
75+
echo "pre-release-tag=${{ github.ref_name }} | tr '/' '.' | tr '-' '.'| tr '_' '.'" >> GITHUB_OUTPUT
7676
fi
7777
- name: ''
7878
shell: bash

0 commit comments

Comments
 (0)