Skip to content

Commit 7e1a351

Browse files
committed
fix
1 parent f57da22 commit 7e1a351

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
@@ -60,7 +60,7 @@ jobs:
6060
dotnet-version: ${{ env.dotnet-sdk-version }}
6161
- name: 'Extract version from branch name'
6262
id: versioning
63-
uses: './.github/actions/determine-version'
63+
uses: './.github/actions/extract-version'
6464
with:
6565
branch-name: ${{ github.ref_name }}
6666
- name: ''

0 commit comments

Comments
 (0)