We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da561d9 commit 4ceed1cCopy full SHA for 4ceed1c
.github/workflows/release.yml
@@ -76,9 +76,9 @@ jobs:
76
run: |
77
set -ex
78
if [[ "$GITHUB_REF_TYPE" = "tag" ]]; then
79
- npm publish --provenance --access public *.tgz
+ npm publish --provenance --access public *.tgz --loglevel=silly
80
else
81
- npm publish --provenance --access public --tag dev *.tgz
+ npm publish --provenance --access public --tag dev *.tgz --loglevel=silly
82
fi
83
deno publish --allow-dirty --unstable-sloppy-imports
84
working-directory: ${{ github.workspace }}/out/
0 commit comments