Skip to content

Commit

Permalink
Update index
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Oct 4, 2023
1 parent bac3ca6 commit 97d46bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ async function run() {
const labelInput = core.getInput('label');

const filePath = getProjectInfoFilePath(filePathInput);
const file = await getFile(filePath);


console.log(`Label: ${labelInput}`)
Expand Down Expand Up @@ -53,7 +52,7 @@ async function run() {
// join the parts back together
const newVersion = versionParts.join('.');

file = updateProjectVersion(filePath, newVersion);
const file = updateProjectVersion(filePath, newVersion);

console.log(`Old version: ${version}. New version: ${newVersion}`)

Expand Down

0 comments on commit 97d46bb

Please sign in to comment.