diff --git a/action.yml b/action.yml
index 3a640ea..0dc9565 100644
--- a/action.yml
+++ b/action.yml
@@ -77,7 +77,10 @@ runs:
 
         export RELEASE_DIR="${{ inputs.release-dir }}"
 
-        export RELEASENOTES="${{ inputs.release-notes }}"
+        export RELEASENOTES=$(cat << 'EOF'
+        ${{ inputs.release-notes }}
+        EOF
+        )
 
         export SHA="${{ inputs.sha }}"
         if test -z "$SHA"; then