We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57da22 commit 7e1a351Copy full SHA for 7e1a351
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
dotnet-version: ${{ env.dotnet-sdk-version }}
61
- name: 'Extract version from branch name'
62
id: versioning
63
- uses: './.github/actions/determine-version'
+ uses: './.github/actions/extract-version'
64
with:
65
branch-name: ${{ github.ref_name }}
66
- name: ''
0 commit comments