Skip to content

Commit a4004d1

Browse files
authored
Merge pull request #3 from RoadieRich/UpdateBuildAction
Update build action
2 parents 253f7bf + 10416ea commit a4004d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- name: Restore dependencies
2222
run: dotnet restore
2323
- name: Build
24-
run: dotnet build --no-restore
24+
run: dotnet build --no-restore -c Release
2525
- name: Test
2626
run: dotnet test --no-build --verbosity normal
27-
- name: Pack
28-
run: dotnet pack StateMachine
2927
- name: Publish
3028
run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg -k ${PUBLISH_KEY} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)