Skip to content

Commit 04d52e7

Browse files
authored
Update workflows.yaml
1 parent 439bd13 commit 04d52e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
dotnet pack src/Arch/Arch.csproj --no-build --configuration $CONFIG \
157157
--include-symbols --include-source \
158158
-p:PackageVersion=${{ github.event.inputs.version }} \
159-
-p:PackageReleaseNotes="${{ github.event.inputs.release_notes }}" \
159+
"-p:PackageReleaseNotes=${{ github.event.inputs.release_notes }}" \
160160
-p:PackageId=$PACKAGE_ID \
161161
-p:PackageReadmeFile=README.md \
162162
-o ./nupkg-${{ matrix.define }}

0 commit comments

Comments
 (0)