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 64376e2 commit dd3e007Copy full SHA for dd3e007
.github/workflows/dotnet.yml
@@ -63,11 +63,16 @@ jobs:
63
name: Build with .NET
64
needs: [versioning]
65
runs-on: ubuntu-latest
66
+
67
env:
68
assembly-version: ${{ needs.versioning.outputs.assembly-version }}
69
assembly-informational-version: ${{ needs.versioning.outputs.assembly-informational-version }}
70
file-version: ${{ needs.versioning.outputs.file-version }}
71
72
steps:
73
+ - name: 'Checkout ${{ github.head_ref || github.ref }}'
74
+ uses: actions/checkout@v4
75
76
- uses: ./.github/actions/build
77
with:
78
assembly-version: ${{ env.assembly-version }}
0 commit comments