Skip to content

Commit

Permalink
fix: wrong arguments used
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed May 25, 2022
1 parent b962491 commit d52c415
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const { exitSuccess, logError, exitFailure } = require('./utils');
const skipPush = core.getBooleanInput('skip-push');
const pathToDocument = core.getInput('path-to-file');
const targetBranch= core.getInput('target-branch');
const defaultBumpVersion = core.getInput('default-bump-version');
const preReleaseId = core.getInput('pre-release-id');
const commitMessageToUse = core.getInput('commit-message');
const releaseCommitMessageRegex = core.getInput('release-commit-message-regex');
Expand All @@ -29,7 +28,6 @@ const { exitSuccess, logError, exitFailure } = require('./utils');
skipPush,
pathToDocument,
targetBranch,
defaultBumpVersion,
preReleaseId,
commitMessageToUse,
type,
Expand Down

0 comments on commit d52c415

Please sign in to comment.