Skip to content

Commit

Permalink
chore: bump cli version for PRs (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Jan 9, 2025
1 parent 6399965 commit e6f0f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
docker create \
--name blue-build-installer \
ghcr.io/blue-build/cli:v0.9.0-installer
ghcr.io/blue-build/cli:v0.9.2-installer
docker cp blue-build-installer:/out/bluebuild /usr/local/bin/bluebuild
docker rm blue-build-installer
bluebuild --version
Expand Down

0 comments on commit e6f0f28

Please sign in to comment.