Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit a02e2a0

Browse files
Setting release branch to main when updating changelog there since the default is master
1 parent 0fbafee commit a02e2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
token: ${{ secrets.GITHUB_TOKEN }}
7373
exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"
74-
74+
release_branch: "main"
7575
- name: commit updated changelog
7676
uses: EndBug/add-and-commit@v7
7777
with:

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"
21-
21+
release_branch: "main"
2222
- name: commit updated changelog
2323
uses: EndBug/add-and-commit@v7
2424
with:

0 commit comments

Comments
 (0)