chore: Fix nightly changelog generation

This commit is contained in:
Sören Beye 2022-06-05 17:08:20 +02:00
parent 3c3c5617df
commit 2c73de3cb7

View File

@ -17,7 +17,12 @@
'if': "github.repository_owner == 'Hypfer'",
'steps':
[
{ 'uses': 'actions/checkout@v2' },
{
'uses': 'actions/checkout@v3',
'with': {
'fetch-depth': 0
}
},
{
'name': 'Use Node.js 16.x',
'uses': 'actions/setup-node@v1',