diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 76411d3f..ac8cb0b4 100644 --- a/.copier-answers.ci.yml +++ b/.copier-answers.ci.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 57a6ace +_commit: fad301e _src_path: gh:athackst/ci bump_script_path: '' release_template: '## What''s changed diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index e2979e0a..14678fbc 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -32,4 +32,4 @@ jobs: RELEASE_ID: ${{ needs.release-draft.outputs.id }} run: | set -euo pipefail - gh variable set DRAFT_RELEASE_ID --body "$RELEASE_ID" + gh variable set DRAFT_RELEASE_ID --body "$RELEASE_ID" --repo "${{ github.repository }}"