Skip to content

Commit 621ab90

Browse files
committed
remove --edit-last flag
1 parent ed8647a commit 621ab90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/$id
4747
comment="Try the changes in this PR by [side-loading the built extension]($url). :rocket:"
4848
49-
gh pr comment ${{ github.event.pull_request.number }} --edit-last --body "$comment"
49+
gh pr comment ${{ github.event.pull_request.number }} --body "$comment"
5050
5151
publish:
5252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)