Update cli.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
This commit is contained in:
parent
1446649448
commit
e57f53bf6c
5
.github/workflows/cli.yml
vendored
5
.github/workflows/cli.yml
vendored
@ -13,6 +13,9 @@ on:
|
|||||||
- main
|
- main
|
||||||
- v3-dev-main
|
- v3-dev-main
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
@ -100,6 +103,8 @@ jobs:
|
|||||||
git diff --cached --exit-code
|
git diff --cached --exit-code
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
# TODO: switch once v3 is released {{
|
# TODO: switch once v3 is released {{
|
||||||
# if: startswith(github.ref, 'refs/tags/')
|
# if: startswith(github.ref, 'refs/tags/')
|
||||||
if: 'false'
|
if: 'false'
|
||||||
|
Loading…
Reference in New Issue
Block a user