mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore(release): include dist folder in release commit (#80)
This commit is contained in:
parent
0db5293686
commit
32c294f313
1 changed files with 1 additions and 0 deletions
|
|
@ -3,4 +3,5 @@ module.exports = {
|
||||||
prerelease:
|
prerelease:
|
||||||
'if [ "$(git branch --show-current)" != "release" ]; then exit 1; fi',
|
'if [ "$(git branch --show-current)" != "release" ]; then exit 1; fi',
|
||||||
},
|
},
|
||||||
|
commitAll: true,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue