From fb7bbe77859e9ff2ca2aa009a53df678aee29d95 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Thu, 20 Jun 2024 09:24:40 +0200 Subject: [PATCH] fix(esbuild-meta): fix release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ea07b63..61fb0e90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: # run: npx nx run-many -t lint # - name: Test # run: npx nx run-many -t test --configuration=ci + - name: Release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}