diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0ac05959..1c62baf5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -70,5 +70,6 @@ jobs: - name: Keep only the last 7 nightly builds, any other nightlies will be removed uses: dev-drprasad/delete-older-releases@v0.2.0 - keep_latest: 7 - delete_tag_pattern: nightly \ No newline at end of file + with: + keep_latest: 7 + delete_tag_pattern: nightly