Skip to content

Commit b737bfa

Browse files
committed
fixed name
1 parent 78caf25 commit b737bfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "is-preview:${{ startsWith(github.ref_name, 'preview') }}"
4444
4545
versioning:
46-
name: 'Extract version (new)'
46+
name: 'Extract version'
4747
runs-on: ubuntu-latest
4848
outputs:
4949
friendly-version: ${{ steps.format-version.outputs.friendly-version }}

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
jobs:
3535
versioning:
36-
name: 'Extract version (new)'
36+
name: 'Extract version'
3737
runs-on: ubuntu-latest
3838
outputs:
3939
friendly-version: ${{ steps.extract-version.outputs.version }}

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "github-run-number:${{ github.run_number }}"
2828
2929
versioning:
30-
name: 'Extract version (new)'
30+
name: 'Extract version'
3131
needs: [workflow-variables]
3232
runs-on: ubuntu-latest
3333
outputs:

0 commit comments

Comments
 (0)