Skip to content

Commit

Permalink
ci: by base sha [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 6, 2023
1 parent 98b7ee2 commit 34e6825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
repo: context.repo.repo,
});
console.log(res.base.sha);
console.log("context.sha >>>>", context.sha);
console.log("res >>>",res);
return res.base.sha;
return context.sha;
- name: Two
id: state
Expand Down

0 comments on commit 34e6825

Please sign in to comment.