We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b5b31 commit 8856362Copy full SHA for 8856362
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
25
# - run: yarn run build
26
# - run: yarn test
27
- - run: yarn publish --access public --tag latest
+ - run: yarn publish --verbose --access public --tag latest
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30
- run: git add package.json
0 commit comments