-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
cannot find GoReleaser latest version #389
Comments
I just had the same issue |
Trying to fix to a version also appears broken - uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: v1.14.1
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
We have the same issue in docker/setup-buildx-action#190, GitHub API looks broken 😞 |
in this particular case, I think we could use https://goreleaser.com/static/latest instead... will see if I can fix it real quick |
oh, but we do actually get the "biggest" version number from https://goreleaser.com/static/releases.json , so maybe its downloading from github that was failing? |
yeah looks like |
def something on github, action tests were passing up to 15h ago (the failures are because I rotated a key and forgot to change here, just fixed it)... and now they don't pass anymore... |
we're going to do this: docker/setup-buildx-action#191 it seems that github stopped supporting the url we were using to get the releases... |
It could be something related to the URL to get the release... What do you think of replacing do a get on this URL (https://api.github.com/repos/goreleaser/goreleaser/releases/latest), it brings the right list of assets |
btw, wanna leave here public BIG thanks to @crazy-max for getting on top of it 💙 |
@budnieswski yes, that URL worked before though..., they just broke it it seems :| |
@caarlos0 , seems like the fix proposed in docker/setup-buildx-action#191 brings some implications for GH enterprise. Just a heads up in case you are not following the thread in real time. :) |
Same issue here. edit: Sorry for jumping the gun initially, that's on me for leaving
in the action config itself and I guess noone's fault if the URL disappeared (well, github's maybe) - thanks in advance for the quick fixes |
@wcmjunior Should be sorted with docker/setup-buildx-action#192 We are going to do the same here |
ight me and @crazy-max got #390 ready (probably) |
okay just released https://github.com/goreleaser/goreleaser-action/releases/tag/v4.1.1 |
successfully run a release just now: https://github.com/caarlos0/goreleaser-action-v4-auto-snapshot-example/actions/runs/4029341069/jobs/6927878915 |
Thanks so much for taking care of it so fast. 🙏 |
This randomly happened just now:
Error message:
The text was updated successfully, but these errors were encountered: