diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d3b036..dc4ff30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v4 + id: release with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - release-type: simple - uses: actions/checkout@v4 if: ${{ steps.release.outputs.prs_created }} - uses: teatimeguest/setup-texlive-action@v3