From 95ecc17d79d3916ebb026ed320c2f5d209a0794e Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 11 Jan 2023 17:00:05 -0500 Subject: [PATCH] need to test for 'true'/'false' --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d75f3f4c..a77df9b5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,6 +17,7 @@ jobs: jq -sc . | curl https://app.tea.xyz/api/receiveWatcherProjects --fail -X PUT \ -H "content-type: application/json" -H "authorization: bearer ${{ secrets.TEA_API_TOKEN }}" -d @- + - uses: teaxyz/setup@v0 - run: ./scripts/has-artifacts.ts ${{ github.repository }} ${{ github.sha }} >>$GITHUB_ENV env: GITHUB_TOKEN: ${{github.token}}