Commit 15d4f1b
authored
Fix sed in release pipeline. (#890)
The `;` was missing between the two `s///` statements; without it it failed
with an error about "unknown flag".
Tested with act to get _some_ sembalance of an idea if it will work, but it's
no guarantee
```
act \
--env GITHUB_REPOSITORY=python-pendulum/pendulum \
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:rust-latest \
--artifact-server-path $PWD/.artifacts \
-W .github/workflows/release.yml \
--matrix container:off,target:aarch64 \
--container-architecture linux/amd64
```1 parent df18589 commit 15d4f1b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments