Skip to content

Commit 3da59b1

Browse files
committed
release workflow: change default branch to main
1 parent 6740420 commit 3da59b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v2
2121
with:
22-
ref: master
22+
ref: main
2323
- name: Update Changelog
2424
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
2525
with:
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout code
5050
uses: actions/checkout@v2
5151
with:
52-
ref: master
52+
ref: main
5353

5454
- name: Get Changelog Entry
5555
id: changelog_reader

0 commit comments

Comments
 (0)