Skip to content

Commit b1979d6

Browse files
committed
chore: try fix publish
1 parent 1fb7e80 commit b1979d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/dotnet.yml

Whitespace-only changes.

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@ jobs:
3737
if: steps.versionize.outcome != 'success'
3838
run: echo "Skipping publishing. No release required."
3939

40+
- name: Build
41+
if: steps.versionize.outcome == 'success'
42+
run: dotnet build ./ApiStub.FSharp --configuration Release
43+
4044
- name: Pack
4145
if: steps.versionize.outcome == 'success'
42-
run: dotnet pack ./ApiStub.FSharp --output ./nupkgs --include-source --configuration Release --include-symbols
46+
run: dotnet pack ./ApiStub.FSharp --no-build --output ./nupkgs --include-source --configuration Release --include-symbols
4347

4448
- name: Push Package
4549
if: steps.versionize.outcome == 'success'

0 commit comments

Comments
 (0)