We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6740420 commit 3da59b1Copy full SHA for 3da59b1
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v2
21
with:
22
- ref: master
+ ref: main
23
- name: Update Changelog
24
uses: heinrichreimer/[email protected]
25
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Get Changelog Entry
55
id: changelog_reader
0 commit comments