From 9f076136cb39506233210ed6ad65afdd983497e0 Mon Sep 17 00:00:00 2001 From: dearchap Date: Wed, 27 Nov 2024 14:48:22 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd2396f945..49624f235f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,10 +89,7 @@ jobs: publish: permissions: contents: write - # TODO: switch once v3 is out of alpha {{ - # if: startswith(github.ref, 'refs/tags/') - if: false - # }} + if: startswith(github.ref, 'refs/tags/') name: publish needs: [test-docs] runs-on: ubuntu-latest