Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Dec 19, 2023
1 parent 328b272 commit 392c2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/fetchRelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ async function main() {
const latest = filtered[0].tag_name;

// TODO: add the prerelease to this object!
const workflowOutput = JSON.stringify({ latest });
console.log(workflowOutput); // DON'T REMOVE, GITHUB WILL CAPTURE THIS OUTPUT
// const workflowOutput = JSON.stringify({ latest });
console.log(latest); // DON'T REMOVE, GITHUB WILL CAPTURE THIS OUTPUT
}

main();
2 changes: 2 additions & 0 deletions update_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ if [ $? -eq 0 ]; then
else
echo "Failed to clone the repository"
fi

rm -rf $tmp_dir

0 comments on commit 392c2bb

Please sign in to comment.