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 00c4a8d commit c4f7beaCopy full SHA for c4f7bea
.github/workflows/release-preview.yaml
@@ -92,10 +92,10 @@ jobs:
92
93
- name: Comment on PR
94
if: github.event_name == 'pull_request'
95
- uses: peter-evans/create-or-update-comment@v4
+ uses: mshick/add-pr-comment@v2
96
with:
97
- issue-number: ${{ github.event.pull_request.number }}
98
- body: |
+ message-id: release-preview
+ message: |
99
## Release Preview
100
101
${{ steps.semantic.outputs.new_version && format('**Version:** `v{0}`
@@ -116,4 +116,3 @@ jobs:
116
---
117
118
*This preview is generated by semantic-release dry-run mode*' }}
119
- edit-mode: replace
0 commit comments