Skip to content

Commit d0c6f70

Browse files
chore: modify SHA256 update commands and cleanup
1 parent e76b548 commit d0c6f70

File tree

5 files changed

+3
-160
lines changed

5 files changed

+3
-160
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ jobs:
113113
sed -i '' "s/version \".*\"/version \"${VERSION}\"/" homebrew-tap/Formula/tide.rb
114114
115115
# Update ARM64 SHA256
116-
sed -i '' "s/sha256 \".*\" # aarch64/sha256 \"${AARCH64_SHA}\" # aarch64/" homebrew-tap/Formula/tide.rb
116+
sed -i '' "$(printf '10c\\\n sha256 "%s"' "$AARCH64_SHA")" homebrew-tap/Formula/tide.rb
117117
118118
# Update x86_64 SHA256
119-
sed -i '' "s/sha256 \".*\" # x86_64/sha256 \"${X86_64_SHA}\" # x86_64/" homebrew-tap/Formula/tide.rb
119+
sed -i '' "$(printf '13c\\\n sha256 "%s"' "$X86_64_SHA")" homebrew-tap/Formula/tide.rb
120120
121121
- name: Commit and push
122122
run: |

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SETUP_TOKEN.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

homebrew/README.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

homebrew/tide.rb

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)