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 ed8647a commit 621ab90Copy full SHA for 621ab90
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/$id
47
comment="Try the changes in this PR by [side-loading the built extension]($url). :rocket:"
48
49
- gh pr comment ${{ github.event.pull_request.number }} --edit-last --body "$comment"
+ gh pr comment ${{ github.event.pull_request.number }} --body "$comment"
50
51
publish:
52
runs-on: ubuntu-latest
0 commit comments