Skip to content

Commit 560c886

Browse files
committed
chore: wrong branch checkout in release workflow
1 parent 800825b commit 560c886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-it.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
matrix:
1919
node-version: [18.x]
2020
steps:
21-
- name: Checkout master
21+
- name: Checkout main
2222
uses: actions/checkout@v3
2323
with:
24-
ref: 'master'
24+
ref: 'main'
2525
fetch-depth: 0 # fetch all commits history to create the changelog
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727

0 commit comments

Comments
 (0)