From 1e3a032788ea4dacdf0d0c53732a29ba0239d6dd Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Sun, 19 May 2024 11:25:03 +0200 Subject: [PATCH] fix parsing --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9127932..5592106 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: branches: - main -concurrency: ${{github.workflow}}-${{github.ref}} +concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: @@ -33,4 +33,4 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}