Skip to content

Commit

Permalink
temporarily adding verbose flag to yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
leob committed Nov 16, 2024
1 parent e8b5b31 commit 8856362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
# - run: yarn run build
# - run: yarn test
- run: yarn publish --access public --tag latest
- run: yarn publish --verbose --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git add package.json
Expand Down

0 comments on commit 8856362

Please sign in to comment.