Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Jan 11, 2024
1 parent 38156e9 commit a7bec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo Version: $VERSION
VERSION="${VERSION//v}"
echo Clean Version: $VERSION
dotnet pack -o artifacts/packs -v normal -c Release --no-restore -p:PackageVersion=$VERSION HomeAssistantDiscoveryNet.sln
dotnet pack -o artifacts/packs -v normal -c Release -p:PackageVersion=$VERSION HomeAssistantDiscoveryNet.sln
- name: Push to GitHub Feed
run: |
for f in ./artifacts/packs/*.nupkg
Expand Down

0 comments on commit a7bec0e

Please sign in to comment.