-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
latest
release doesn't contain precompiled binaries
#542
Comments
latest
release doesn't containt precompiled binarieslatest
release doesn't contain precompiled binaries
Sorry about this, I'll try to fix this issue. |
All good, thanks! 👍🏼 |
Sorry, this is because the release is published manually without CI. I'm not quite sure how to re-release, I'll try to remove the tag and recreate them manually. |
Could be #275, which I believe could be caused by spam protection, at least on Gitlab it is documented that CI is triggered only if at most N tags are pushed at once, the same could be happening here as well. |
Invalid workflow file: .github/workflows/releases.yaml#L268
|
Seems to be actions/runner#1189 I have no idea why/how it worked before and what changed. |
See #535 (comment). @nikaro writes:
|
My bad, I'm working on a PR. Edit: |
The links from documentation stopped working since last release.
https://taplo.tamasfe.dev/cli/installation/binary.html
example: https://github.com/tamasfe/taplo/releases/latest/download/taplo-linux-x86_64.gz .
We switched from
latest
to0.8.1
in order to get binaries and use them in CI.Is it possible to fix release so we can switch back to
latest
?The text was updated successfully, but these errors were encountered: