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 df829b9 commit b0b0469Copy full SHA for b0b0469
.github/workflows/publish.yaml
@@ -133,12 +133,3 @@ jobs:
133
run: |
134
echo "RELEASE_NAME=$(gh release view --json name | jq -r .name)" >> $GITHUB_OUTPUT
135
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