We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01b0fb commit a64478aCopy full SHA for a64478a
.github/workflows/publish.yml
@@ -48,6 +48,7 @@ jobs:
48
name: Set up NodeJS
49
with:
50
node-version: 18
51
+ registry-url: 'https://registry.npmjs.org'
52
- name: Fetch all tags
53
run: |
54
git fetch --prune --unshallow --tags
0 commit comments