Skip to content

Commit 8a08e87

Browse files
committed
escape release notes
1 parent 13f40e7 commit 8a08e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run build
3939
run: dotnet build -c Release /p:Version=${{ steps.tag_name.outputs.current_version }}
4040
- name: Create package
41-
run: dotnet pack -c Release /p:Version=${{ steps.tag_name.outputs.current_version }} /p:PackageReleaseNotes=${{ steps.changelog_reader.outputs.changes }} -o ./bin
41+
run: dotnet pack -c Release /p:Version=${{ steps.tag_name.outputs.current_version }} /p:PackageReleaseNotes="${{ steps.changelog_reader.outputs.changes }}" -o ./bin
4242
- name: Create Release
4343
id: create_release
4444
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)