diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff5387c..ad2191d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -80,7 +80,7 @@ jobs: publish: runs-on: ubuntu-latest needs: build - if: success() && startsWith( github.ref, 'refs/tags/') + if: success() steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4