Skip to content

Commit 52c8255

Browse files
committed
csas
1 parent e81f218 commit 52c8255

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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
@@ -81,7 +81,7 @@ jobs:
8181
git fetch --unshallow --filter=tree:0
8282
build_number="$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)"
8383
echo $build_number
84-
echo "build-number=$(build_number)" >> GITHUB_OUTPUT
84+
echo "build-number='$(build_number)'" >> GITHUB_OUTPUT
8585
- name: ''
8686
shell: bash
8787
run: |

0 commit comments

Comments
 (0)