Skip to content

Commit

Permalink
temp: more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jun 20, 2024
1 parent d3f4a7e commit 2ab9e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
--configuration Release
--property:Version=${{ steps.compose.outputs.version }}
--property:ContinuousIntegrationBuild=true
--property:PackageReleaseNotes="${{ steps.notes.outputs.release_notes }}"
-warnAsError
- name: Pack for NuGet
Expand All @@ -98,7 +99,6 @@ jobs:
--include-symbols
--output NuGet
-p:PackageVersion=${{ steps.compose.outputs.version }}
-p:PackageReleaseNotes="${{ steps.notes.outputs.release_notes }}"
- name: Save package
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2ab9e00

Please sign in to comment.