Skip to content

Commit

Permalink
Update release-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Feb 1, 2024
1 parent c8f6430 commit 15aba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
script: |
const have_release = '${{ steps.init.outputs.have_release }}' === 'true';
let commitsSinceLastRelease = `${{ steps.init.outputs.commits }}`;
commitsSinceLastRelease = commitsSinceLastRelease.replace('|', '\n');
commitsSinceLastRelease = commitsSinceLastRelease.replaceAll('|', '\n');
const { data: issues } = await github.rest.issues.listForRepo({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 15aba04

Please sign in to comment.