Commit 88f37f2
committed
build(just): use --skip-if-exists and surface push errors
`--skip-if-identical` was too strict for non-reproducible wasm
builds — every CI re-run produces a different layer digest at the
same source version, so the strict policy bricks every CI-only
push. Switch to --skip-if-exists (silent skip when a tag already
exists, regardless of content). Also restructure the OUTPUT
capture to echo on failure — set -e + $() previously swallowed
the actbuild error message.1 parent b23f605 commit 88f37f2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments