Commit 882ec62
fix(ci): repair broken submit-packages workflow YAML
Previous semgrep-fix commit (600defe) on this workflow merged the
shell-script body into the env: block and left a second env: block
behind, so the YAML didn't parse and every push triggered an
auto-failing "workflow file issue" run.
- Collapse the duplicated env: blocks into one (VERSION/PMS/DRY_RUN
plus GITHUB_TOKEN/AUR_SSH_KEY/GPG_PRIVATE_KEY/GPG_PASSPHRASE)
- Add the missing `run: |` separator before the shell script
Verified with `python3 -c "yaml.safe_load(...)"`; all four release
workflows (submit-packages, desktop-release, mobile-release,
npm-publish) parse clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent aff7319 commit 882ec62
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| |||
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
0 commit comments