We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f78ca commit c20affeCopy full SHA for c20affe
.github/workflows/release-preview.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup preview config
32
run: |
33
# 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
+ sed -i.bak "s|BRANCH_PLACEHOLDER|${{ github.event.pull_request.head.ref }}|g" .preview-releaserc.json
35
rm .preview-releaserc.json.bak
36
37
- name: Run semantic-release (dry-run)
0 commit comments