Skip to content

Commit

Permalink
build(release): compiled action for 1.2.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Oct 4, 2019
1 parent a3c7a1e commit 6df9c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ async function main() {
const inputs = {
title: core.getInput("title"),
body: core.getInput("body"),
branch: core.getInput("branch"),
branch: core.getInput("branch").replace(/^refs\/heads\//, ""),
path: core.getInput("path"),
commitMessage: core.getInput("commit-message"),
author: core.getInput("author")
Expand Down

0 comments on commit 6df9c07

Please sign in to comment.