Update cli.yml (#1469)

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
main
Alex 2 years ago committed by GitHub
parent f451dead12
commit 31c5137f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,9 @@ on:
branches:
- main
permissions:
contents: read
jobs:
test:
strategy:
@ -97,6 +100,8 @@ jobs:
git diff --cached --exit-code
publish:
permissions:
contents: write
if: startswith(github.ref, 'refs/tags/')
name: publish
needs: [test-docs]

Loading…
Cancel
Save