Skip to content
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

Installs canary instead of latest #97

Closed
RobinTail opened this issue Aug 8, 2024 · 3 comments
Closed

Installs canary instead of latest #97

RobinTail opened this issue Aug 8, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@RobinTail
Copy link

Even when latest is requested explicitly.
The dist-tag latest should mean "latest stable".

The step in workflow

      - name: Install bun
        uses: oven-sh/setup-bun@v2
        with:
          bun-version: latest

The output

Run oven-sh/setup-bun@v2
  with:
    bun-version: latest
    no-cache: false
Downloading a new version of Bun: https://bun.sh/download/latest/linux/x64?avx2=true&profile=false
/usr/bin/unzip -o -q /home/runner/work/_temp/9ffd85c1-a389-491d-adab-e5f6f7615d49.zip
/home/runner/.bun/bin/bun --revision
1.1.22-canary.96+df33f2b2a

Screenshot

image

@xhyrom
Copy link
Collaborator

xhyrom commented Aug 8, 2024

Can reproduce this - https://github.com/oven-sh/setup-bun/actions/runs/10309566536/job/28539493044

unfortunately, since #93 got closed :( we need to wait for someones from core team, cc @Electroid @Jarred-Sumner

@xhyrom xhyrom added the bug Something isn't working label Aug 8, 2024
@Jarred-Sumner
Copy link
Contributor

This is caused by a mistake I made during the release process, unrelated to the github action

@chase
Copy link

chase commented Aug 13, 2024

@Jarred-Sumner I noticed while providing 1.1.22 for the version using a version file that the same problem occurs, so I'm assuming this is the same issue.

Is there a more elegant workaround than providing bun-download-url?

@xhyrom xhyrom closed this as completed Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants