Skip to content

Commit

Permalink
ci: work
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 5, 2024
1 parent cd7bfb1 commit 39dd846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
bun install
bun test:ci
git tag --list --sort=v:refname
git tag --list
- name: Create binary and release files # FIXME: Bun issue with bin path
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 39dd846

Please sign in to comment.