Skip to content

Commit 8e3dd0e

Browse files
committed
Use sd because trying to make anything work with GNU sed is an exercise in futility
FSF Delende Est
1 parent aa36383 commit 8e3dd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sphinx := "uv run --project docs -m sphinx"
55
sphinx_autobuild := "uv run --with sphinx-autobuild --project docs sphinx-autobuild"
66

77
pin-workflows tag:
8-
sed -E -H -i ".backup" "s|(uses: KSPModdingLibs/KSPBuildTools/\.github/actions/\S+@)\S+|\1{{ tag }}|g" .github/workflows/*.yml
8+
sd '(uses: KSPModdingLibs/KSPBuildTools/\.github/actions/\S+@)\S+$' '${1}{{ tag }}' .github/workflows/*.yml
99

1010
release *args:
1111
{{ yaclog }} release {{ args }}

0 commit comments

Comments
 (0)