Skip to content

Commit c4f7bea

Browse files
author
rahul-infra
committed
ci: Updated release preview workflow
1 parent 00c4a8d commit c4f7bea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-preview.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ jobs:
9292
9393
- name: Comment on PR
9494
if: github.event_name == 'pull_request'
95-
uses: peter-evans/create-or-update-comment@v4
95+
uses: mshick/add-pr-comment@v2
9696
with:
97-
issue-number: ${{ github.event.pull_request.number }}
98-
body: |
97+
message-id: release-preview
98+
message: |
9999
## Release Preview
100100
101101
${{ steps.semantic.outputs.new_version && format('**Version:** `v{0}`
@@ -116,4 +116,3 @@ jobs:
116116
---
117117
118118
*This preview is generated by semantic-release dry-run mode*' }}
119-
edit-mode: replace

0 commit comments

Comments
 (0)