mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
chore: Fix nightly changelog generation
This commit is contained in:
parent
3c3c5617df
commit
2c73de3cb7
7
.github/workflows/nightly_build.yml
vendored
7
.github/workflows/nightly_build.yml
vendored
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user