Skip to content

Commit 99abc16

Browse files
committed
verbose logging for publish job
1 parent c3b4a9c commit 99abc16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Setup Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: '22' # or use: node-version: '22'
4140
registry-url: 'https://registry.npmjs.org'
4241
scope: '@cycleplatform'
4342
always-auth: true
@@ -111,5 +110,6 @@ jobs:
111110

112111
- name: Publish to npm
113112
run: |
113+
npm config set loglevel verbose
114114
echo "Publishing version ${{ steps.pkg.outputs.version }} with dist-tag '${NPM_TAG}'"
115115
npm publish --tag "${NPM_TAG}" --provenance --access public

0 commit comments

Comments
 (0)