diff --git a/.github/workflows/cd-syft.yml b/.github/workflows/cd-syft.yml index 78cc8c2e5c5..23436403538 100644 --- a/.github/workflows/cd-syft.yml +++ b/.github/workflows/cd-syft.yml @@ -89,7 +89,7 @@ jobs: - name: Check and Bump Protocol Version if: github.event_name == 'schedule' run: | - BUMP=True tox -e syft.protocol.check + tox -e syft.protocol.check - name: Commit changes to Syft uses: EndBug/add-and-commit@v9