Skip to content

Commit b0b0469

Browse files
authored
remove commenting on PRs as this breaks for releases (#852)
1 parent df829b9 commit b0b0469

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,3 @@ jobs:
133133
run: |
134134
echo "RELEASE_NAME=$(gh release view --json name | jq -r .name)" >> $GITHUB_OUTPUT
135135
echo "RELEASE_URL=$(gh release view --json url | jq -r .url)" >> $GITHUB_OUTPUT
136-
137-
- name: Comment on PR
138-
if: contains(github.event.inputs.release_type, 'release') && github.event.inputs.dry_run == 'false'
139-
run: |
140-
tempBody=$(mktemp)
141-
echo "@${{ github.triggering_actor }} Released SDK version ${{ env.RELEASE_NAME }} 🎉🎉🎉
142-
143-
The GitHub release can be found here: ${{ env.RELEASE_URL }}" > $tempBody
144-
gh pr comment --body-file $tempBody

0 commit comments

Comments
 (0)