Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ jobs:
- name: Append plugin download table
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# This job has no actions/checkout, so gh cannot infer the repo from a
# git remote — without GH_REPO it fails with "not a git repository".
# Setting it is cheaper than checking out the tree just to name a repo.
GH_REPO: ${{ github.repository }}
run: |
set -euo pipefail
body="$(gh release view "$RELEASE_TAG" --json body --jq '.body')"
Expand Down