You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace bash script with softprops/action-gh-release for dev releases
**Problem:**
Bash string escaping inside YAML is a nightmare - double escaping,
quoting issues, syntax errors.
**Solution:**
Use softprops/action-gh-release@v2 with clean YAML multiline strings,
matching the pattern used in zlmdb and cfxdb production releases.
**Benefits:**
- No bash escaping
- No string quoting issues
- Pure declarative YAML
- GitHub Actions expressions work natively in YAML
This eliminates all bash/YAML escaping complexity.
0 commit comments