From 2311b1356f3fcb1dcb12098a2565fdec10f863f7 Mon Sep 17 00:00:00 2001 From: aquint-zama Date: Fri, 31 May 2024 16:07:21 +0200 Subject: [PATCH] fix Gh release --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 8ecc065..c147171 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -91,6 +91,6 @@ jobs: run: > gh release create --draft --verify-tag --repo ${{ github.repository }} ${{ github.ref_name }} - dist/* dist/*.intoto.jsonl + dist/* env: GH_TOKEN: ${{ github.token }}