From b7ed604217d40fcd2bb3b83b66e701057faab7ef Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Fri, 12 Jan 2024 13:22:42 +0100 Subject: [PATCH] build: add id to release step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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