Skip to content

Commit e8d914a

Browse files
committed
ci: create Formula dir in Homebrew tap
1 parent 39e6631 commit e8d914a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
git config --global user.name "sshdb-release-bot"
143143
git config --global user.email "[email protected]"
144144
git clone "https://x-access-token:${HOMEBREW_TAP_TOKEN}@github.com/ruphy/homebrew-sshdb" "${TAP_DIR}"
145+
mkdir -p "${TAP_DIR}/Formula"
145146
146147
cat > "${TAP_DIR}/Formula/sshdb.rb" <<EOF
147148
class Sshdb < Formula

0 commit comments

Comments
 (0)