Skip to content

Commit ddd4b9a

Browse files
committed
fixup sed script
1 parent abe6805 commit ddd4b9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/publish.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
shasum -a 256 release/*.tar.gz | awk '{print "hash=" $1}' >> "${GITHUB_OUTPUT}"
3333
- name: Update hash in start script and docs
3434
run: |
35-
sed -ie '/bazel_dep(name = "rules_haskell"/s/version = "[^"]*"/version = "${{ steps.latest.outputs.version }}"/' start
35+
sed -i \
36+
-e '/bazel_dep(name = "rules_haskell"/s/version = "[^"]*"/version = "${{ steps.latest.outputs.version }}"/' \
37+
start
3638
sed -i \
3739
-e '/cat > WORKSPACE/,/^EOF/{' \
3840
-e ' s%sha256 = "[^"]*"%sha256 = "${{ steps.latest.outputs.hash }}"%; ' \

0 commit comments

Comments
 (0)