Skip to content

Commit 8856362

Browse files
committedNov 16, 2024
temporarily adding verbose flag to yarn publish
1 parent e8b5b31 commit 8856362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
2525
# - run: yarn run build
2626
# - run: yarn test
27-
- run: yarn publish --access public --tag latest
27+
- run: yarn publish --verbose --access public --tag latest
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3030
- run: git add package.json

0 commit comments

Comments
 (0)