Skip to content

Commit 110a8ab

Browse files
committed
Fix release flow
1 parent 472ad92 commit 110a8ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
check-name: build-and-test
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
wait-interval: 10
27+
28+
- name: Restore dependencies
29+
run: dotnet restore
30+
31+
- name: Build
32+
run: dotnet build --configuration Release --no-restore
2733

2834
- name: Generate package
2935
run: dotnet pack ./Functions/Functions.csproj --configuration Release

0 commit comments

Comments
 (0)