We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df54314 commit 5ba1b6aCopy full SHA for 5ba1b6a
.github/workflows/commit.yml
@@ -30,7 +30,7 @@ jobs:
30
mkdir -p .compose/build/
31
mkdir -p .compose/artifacts/
32
tar -czf .compose/artifacts/plasmactl-bump-xxx-plasma-src.tar.gz --exclude=plasmactl-bump-xxx-plasma-src.tar.gz .
33
- ./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
34
35
commands-ok:
36
name: Ensure main commands do not fail
0 commit comments