Skip to content

Commit 4ceed1c

Browse files
committed
fix
1 parent da561d9 commit 4ceed1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
run: |
7777
set -ex
7878
if [[ "$GITHUB_REF_TYPE" = "tag" ]]; then
79-
npm publish --provenance --access public *.tgz
79+
npm publish --provenance --access public *.tgz --loglevel=silly
8080
else
81-
npm publish --provenance --access public --tag dev *.tgz
81+
npm publish --provenance --access public --tag dev *.tgz --loglevel=silly
8282
fi
8383
deno publish --allow-dirty --unstable-sloppy-imports
8484
working-directory: ${{ github.workspace }}/out/

0 commit comments

Comments
 (0)