We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dc091 commit 96cfc0aCopy full SHA for 96cfc0a
.github/workflows/publish.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version: lts/*
25
+ registry-url: 'https://registry.npmjs.org'
26
- name : GITHUB CONTEXT
27
env:
28
GITHUB_CONTEXT: ${{ toJson(github) }}
0 commit comments