Skip to content

Commit

Permalink
ci: update semantic-release to checkout the correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3S4mur41 committed Oct 25, 2024
1 parent c5d0070 commit d077650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: '☁️ Checkout repository'
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch || github.base_ref }}
fetch-depth: 0
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"*": ["prettier --write", "biome check --write"]
"*": ["prettier --write --no-error-on-unmatched-pattern", "biome check --write --no-errors-on-unmatched"]
}

0 comments on commit d077650

Please sign in to comment.