Skip to content

Commit

Permalink
Merge branch 'main' into fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Jun 30, 2023
2 parents a47c2e7 + e833f63 commit 6d50218
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 947 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
matrix:
node-version: [18.x]
steps:
- name: Checkout master
- name: Checkout main
uses: actions/checkout@v3
with:
ref: 'master'
ref: 'main'
fetch-depth: 0 # fetch all commits history to create the changelog
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading

0 comments on commit 6d50218

Please sign in to comment.