diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94e8a5a..b333513 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,4 +30,4 @@ jobs: cd scorched-ci python -c 'import main; main.release_${{ github.event.inputs.release }}()' env: - REPOSITORY_NAME: ${{ github.repository }} + REPO_NAME: ${{ github.repository }}