Skip to content

Commit

Permalink
Update release-please.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManAnRuck authored Oct 10, 2023
1 parent b637968 commit 264ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
console.log(`latest release: ${JSON.stringify(latestRelease.data)}`);
execSync('git pull --tags -q');
execSync(`git reset --hard ${latestRelease.data.tag_name}`);
const sha = execSync('git rev-parse HEAD').toString();
const sha = execSync('git rev-parse HEAD').toString().trim();
console.log(`sha: ${sha}`)
return sha
Expand Down

0 comments on commit 264ddfe

Please sign in to comment.