fix: Retry again with the node_modules

releases/v3
Tycho Bokdam 2021-10-05 23:51:36 +02:00
parent 9aae8fe9ef
commit 949ce5e5a6
No known key found for this signature in database
GPG Key ID: F1180857DB997467
2 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# comment this out distribution branches
node_modules/
# node_modules/
# Editors
.vscode

View File

@ -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')