Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzolewis committed May 19, 2024
1 parent a67f99b commit 1e3a032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main

concurrency: ${{github.workflow}}-${{github.ref}}
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
Expand Down Expand Up @@ -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 }}

0 comments on commit 1e3a032

Please sign in to comment.