diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b2a5ada..a5a5e59 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -87,54 +87,54 @@ jobs: cp -r docs "${PACKAGE_NAME}/docs" # Create a quick start guide specific to this release - cat > "${PACKAGE_NAME}/QUICKSTART.md" < "${PACKAGE_NAME}/QUICKSTART.md" # Make scripts executable chmod +x "${PACKAGE_NAME}/deploy.sh" @@ -148,77 +148,77 @@ EOF - name: Generate release notes run: | - cat > release_notes.md < release_notes.md - name: Create GitHub Release uses: softprops/action-gh-release@v1