diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c6a97c3..90ede1a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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 }} diff --git a/package.json b/package.json index 752039c..d877f1c 100644 --- a/package.json +++ b/package.json @@ -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": {