Skip to content

Commit 11ad0bb

Browse files
committed
dfcsa
1 parent 2fdeaf9 commit 11ad0bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
else
7373
branch_name='${{ github.ref_name }}'
7474
echo "${branch_name}"
75-
echo "${branch_name}" | tr '/' '_' | tr '-' '_'
76-
echo "pre-release-tag=${branch_name}" | tr '/' '_' | tr '-' '_'
77-
echo "pre-release-tag=${branch_name}" | tr '/' '_' | tr '-' '_' >> GITHUB_OUTPUT
75+
echo "${branch_name}" | tr '/' '.' | tr '-' '.'| tr '_' '.'
76+
echo "pre-release-tag=${branch_name}" | tr '/' '.' | tr '-' '.'| tr '_' '.'
77+
echo "pre-release-tag=${branch_name}" | tr '/' '.' | tr '-' '.'| tr '_' '.' >> GITHUB_OUTPUT
7878
fi
7979
- name: 'Format version'
8080
uses: ./.github/actions/format-version

0 commit comments

Comments
 (0)