Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 5, 2024
1 parent 39dd846 commit b2a2cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
bun install
bun test:ci
git tag --list
- name: See Git tags
run: 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 b2a2cde

Please sign in to comment.