Skip to content

Commit

Permalink
fix: Retry again with the node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 5, 2021
1 parent 9aae8fe commit 949ce5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,5 +1,5 @@
# comment this out distribution branches
node_modules/
# node_modules/

# Editors
.vscode
Expand Down
3 changes: 0 additions & 3 deletions src/index.js
Expand Up @@ -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')
Expand Down

0 comments on commit 949ce5e

Please sign in to comment.