We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e439d3 commit 020be08Copy full SHA for 020be08
.github/workflows/nuget_build_release.yml
@@ -24,7 +24,9 @@ jobs:
24
25
- name: "Create NuGet release note file"
26
run: |
27
- echo "${{ github.event.release.body }}" > PACKAGE-RELEASE-NOTES.txt
+ cat << 'EOF-WORKFLOW' > PACKAGE-RELEASE-NOTES.txt
28
+ ${{ github.event.release.body }}
29
+ EOF-WORKFLOW
30
31
- name: "Restore packages"
32
run: dotnet restore "${{ env.PROJECT_PATH }}"
0 commit comments