diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2e0e5a..c2043f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,12 @@ jobs: user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' - - if: startsWith(github.ref, 'refs/tags/v') - uses: "marvinpinto/action-automatic-releases@latest" + release: + needs: test + if: startsWith(github.ref, 'refs/tags/v') + runs-on: ubuntu-latest + steps: + - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false \ No newline at end of file