From 119dd99e6fd3ff4c22176f2cad0d2010ffadbbae Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 21:19:02 +0000 Subject: [PATCH] Debug --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d75a1c9..55caae5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: publish: runs-on: ubuntu-22.04 needs: tag - if: ${{ needs.tag.outputs.should_publish == "true" }} + if: ${{ needs.tag.outputs.should_publish == true }} steps: - uses: actions/checkout@v2