Skip to content

Commit c20affe

Browse files
author
rahul-infra
committed
fix: made some changes in fetching branch details.
1 parent 78f78ca commit c20affe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup preview config
3232
run: |
3333
# Update preview config with the PR branch name
34-
sed -i.bak "s/BRANCH_PLACEHOLDER/${{ github.event.pull_request.head.ref }}/g" .preview-releaserc.json
34+
sed -i.bak "s|BRANCH_PLACEHOLDER|${{ github.event.pull_request.head.ref }}|g" .preview-releaserc.json
3535
rm .preview-releaserc.json.bak
3636
3737
- name: Run semantic-release (dry-run)

0 commit comments

Comments
 (0)