From b2a2cded15b01e5d021b72d10376e1e5c09ccfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zorro?= Date: Tue, 5 Mar 2024 18:22:58 -0500 Subject: [PATCH] ci: debug --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e01057b..444b5fb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: |