Skip to content

Commit

Permalink
turn verbose logging back on
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo authored and github-actions[bot] committed Oct 22, 2024
1 parent 207f7dc commit 93007f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
commit_options: '--amend --no-edit'
push_options: '--force'
skip_fetch: true
- run: npm publish --access public
- run: npm publish --access public --loglevel verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fauna/typescript",
"version": "0.0.4",
"version": "0.0.5",
"description": "A collection of lint, format, and build configs used at Fauna for TypeScript projects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 93007f2

Please sign in to comment.