Skip to content

Commit 4802e0e

Browse files
committed
Remove redundant minver env var
1 parent dc1091c commit 4802e0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0 # Important for minver to create the right version number
21+
filter: tree:0
2122

2223
- name: Install tools
2324
run: dotnet tool restore
@@ -36,8 +37,6 @@ jobs:
3637

3738
- name: Package
3839
run: dotnet pack src/Dfe.Analytics/ --configuration Release --no-build
39-
env:
40-
MINVERBUILDMETADATA: ${{ env.GITHUB_RUN_NUMBER }}
4140

4241
- name: Publish package artifact
4342
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)