build: add id to release step

This commit is contained in:
Johan Larsson 2024-01-12 13:22:42 +01:00
parent cea4696ac0
commit b7ed604217
1 changed files with 1 additions and 1 deletions

View File

@ -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