Skip to content

Commit ce55aae

Browse files
authored
Fix GH action (#8662)
2 parents 2caaa18 + 566fc0b commit ce55aae

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/update-changelog.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Update CHANGELOG
22
on:
3-
workflow_dispatch
4-
5-
schedule:
6-
# Runs every Tuesday at 9 PM Pacific Time (5 AM UTC Wednesday)
7-
- cron: '0 5 * * 3'
3+
workflow_dispatch:
4+
schedule:
5+
# Runs every Tuesday at 9 PM Pacific Time (5 AM UTC Wednesday)
6+
- cron: '0 5 * * 3'
87

98
permissions:
109
contents: write
@@ -16,6 +15,9 @@ jobs:
1615
steps:
1716
- name: Check out
1817
uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
20+
fetch-tags: true
1921
- name: Install NodeJS
2022
uses: actions/setup-node@v4
2123
with:

0 commit comments

Comments
 (0)