diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index a6b5568..fa641bc 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -30,7 +30,7 @@ jobs: mkdir -p .compose/build/ mkdir -p .compose/artifacts/ tar -czf .compose/artifacts/plasmactl-bump-xxx-plasma-src.tar.gz --exclude=plasmactl-bump-xxx-plasma-src.tar.gz . - ./bin/launchr bump --sync --username "xxx" --password "xxx" --vault-pass "xxx" --keyring-passphrase "xxx" --override "xxx" + ./bin/launchr bump --sync --username "xxx" --password "xxx" --vault-pass "xxx" --keyring-passphrase "xxx" --override "xxx" -vvv commands-ok: name: Ensure main commands do not fail