diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 00790c96e..670291e7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: id: tagName run: | VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2) - echo "version=$VERSION" >> $GITHUB_OUTPUT + echo "version=$VERSION" >> "$GITHUB_OUTPUT" # Steps to extract the last release notes from CHANGES: # 1. Remove the first three lines # 2. Stop at the next heading level