We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
brew install swarm-bee
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS / Brew
brew install swarm-bee ==> Fetching ethersphere/tap/swarm-bee ==> Downloading https://github.com/ethersphere/bee/releases/download/v2.5.0-rc4/bee-darwin-arm64.tar.gz Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/f1499ccdef74343a112407c364b213448f808f291a83273cff97e378e4476e62--bee-darwin-arm64.tar.gz ==> Installing swarm-bee from ethersphere/tap Error: An exception occurred within a child process: NoMethodError: undefined method `exists?' for class File
RCs should not be offered for brew install (or other pacman installs) by default.
brew install
Please see Summary
set skip_upload: auto in goreleaser brew (credits darkobas)
skip_upload: auto
The text was updated successfully, but these errors were encountered:
[skip-ci] goreleaser: skip rc upload for brews
fbf90fa
fixes: #5013
[skip-ci] chore(release): skip rc upload for brews
b3fbcb8
I am not sure that skip_upload: auto is enough. Is it enough? As I investigated skip_upload: auto and it could work for brew but not pacman(nfpms)
Sorry, something went wrong.
chore: skip rc upload for brews
2b038a2
martinconic
darkobas2
Successfully merging a pull request may close this issue.
Context
MacOS / Brew
Summary
Expected behavior
RCs should not be offered for
brew install
(or other pacman installs) by default.Actual behavior
Please see Summary
Steps to reproduce
Please see Summary
Possible solution
set
skip_upload: auto
in goreleaser brew (credits darkobas)The text was updated successfully, but these errors were encountered: