fix: Retry again with the node_modules
parent
9aae8fe9ef
commit
949ce5e5a6
|
@ -1,5 +1,5 @@
|
|||
# comment this out distribution branches
|
||||
node_modules/
|
||||
# node_modules/
|
||||
|
||||
# Editors
|
||||
.vscode
|
||||
|
|
|
@ -2,9 +2,6 @@ const core = require('@actions/core')
|
|||
const conventionalRecommendedBump = require('conventional-recommended-bump')
|
||||
const path = require('path')
|
||||
|
||||
// Make sure the angular preset is loaded
|
||||
require('conventional-changelog-angular')
|
||||
|
||||
const getVersioning = require('./version')
|
||||
const git = require('./helpers/git')
|
||||
const changelog = require('./helpers/generateChangelog')
|
||||
|
|
Loading…
Reference in New Issue