Skip to content

Commit 324af62

Browse files
committed
kgahsdgqs
1 parent 30c9c1b commit 324af62

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/format-version/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ inputs:
99
patch:
1010
description: 'Patch version to append to the formatted version.'
1111
required: true
12-
commit-delta:
12+
build:
1313
description: 'Commit delta to append to the formatted version.'
1414
required: true
15-
commit-sha:
15+
sha:
1616
description: 'Commit SHA to append to the formatted version.'
1717
required: true
1818
pre-release-tag:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
echo "pre-release-tag=" >> GITHUB_OUTPUT
7272
else
7373
branch_name='${{ github.ref_name }}'
74+
echo "${branch_name}"
75+
echo "${branch_name//[/]/_}"
7476
echo "pre-release-tag=${branch_name//[/]/_}" >> GITHUB_OUTPUT
7577
fi
7678
- name: 'Format version'

0 commit comments

Comments
 (0)