From 53d6e1b9fc033a2560e579fccac9c40d563e7130 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 21:36:00 +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 eb24850..dadf0cb 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: - run: echo needs.tag.outputs.should_publish ${{ needs.tag.outputs.should_publish }} - run: echo needs.tag.outputs.should_publish == 'true' ${{ needs.tag.outputs.should_publish == 'true' }}