Update .gitea/workflows/build_test_publish.yml
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
run: dotnet test
|
run: dotnet test
|
||||||
determine_version:
|
determine_version:
|
||||||
name: Determine version
|
name: Determine version
|
||||||
|
needs: build_and_test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
@@ -47,9 +48,7 @@ jobs:
|
|||||||
version: ${{ steps.gitversion.outputs.SemVer }}
|
version: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
pack:
|
pack:
|
||||||
name: Pack
|
name: Pack
|
||||||
needs:
|
needs: determine_version
|
||||||
- build_and_test
|
|
||||||
- determine_version
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [x64, x86]
|
platform: [x64, x86]
|
||||||
|
|||||||
Reference in New Issue
Block a user