Skip to content

Commit

Permalink
Update release-drafter-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Feb 2, 2024
1 parent f5e0b30 commit eebf405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
deps.push(DEPENDENCY.replace("$VERSION", VERSION))
} else {
let fromVersionJsonStr = "";
await exec.exec("git show origin/master:package.json", {
await exec.exec("git", ["show", "origin/master:package.json"], {
stdout: (data) => {
fromVersionJsonStr += data.toString();
},
Expand Down

0 comments on commit eebf405

Please sign in to comment.