We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acc61d commit 7796a51Copy full SHA for 7796a51
.github/workflows/update-changelog.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Check out
17
uses: actions/checkout@v2
18
+ with:
19
+ fetch-tags: true
20
- name: Install NodeJS
21
uses: actions/setup-node@v4
22
with:
0 commit comments