We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e6631 commit e8d914aCopy full SHA for e8d914a
.github/workflows/release.yml
@@ -142,6 +142,7 @@ jobs:
142
git config --global user.name "sshdb-release-bot"
143
git config --global user.email "[email protected]"
144
git clone "https://x-access-token:${HOMEBREW_TAP_TOKEN}@github.com/ruphy/homebrew-sshdb" "${TAP_DIR}"
145
+ mkdir -p "${TAP_DIR}/Formula"
146
147
cat > "${TAP_DIR}/Formula/sshdb.rb" <<EOF
148
class Sshdb < Formula
0 commit comments