We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b4a9c commit 99abc16Copy full SHA for 99abc16
1 file changed
.github/workflows/publish.yml
@@ -37,7 +37,6 @@ jobs:
37
- name: Setup Node.js
38
uses: actions/setup-node@v4
39
with:
40
- node-version: '22' # or use: node-version: '22'
41
registry-url: 'https://registry.npmjs.org'
42
scope: '@cycleplatform'
43
always-auth: true
@@ -111,5 +110,6 @@ jobs:
111
110
112
- name: Publish to npm
113
run: |
+ npm config set loglevel verbose
114
echo "Publishing version ${{ steps.pkg.outputs.version }} with dist-tag '${NPM_TAG}'"
115
npm publish --tag "${NPM_TAG}" --provenance --access public
0 commit comments