We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fb398b + deff0d3 commit 5feda32Copy full SHA for 5feda32
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
fi
65
- name: Publish to npm
66
if: github.ref == 'refs/heads/main' || github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
67
- run: npm publish ${TAG}
+ run: npm publish --verbose ${TAG}
68
env:
69
TAG: ${{ github.ref == 'refs/heads/main' && '--tag=main' || ((contains(github.ref_name, '-rc.') && '--tag=dev') || '' )}}
70
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments