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