We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c179674 + 872e568 commit 85cca61Copy full SHA for 85cca61
.github/workflows/default.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
node-version: "${{ vars.NODE_VERSION || env.NODE_VERSION }}"
32
cache: "pnpm"
33
+ registry-url: "https://registry.npmjs.org"
34
scope: "@linked-planet"
35
36
# if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
@@ -72,6 +73,7 @@ jobs:
72
73
74
75
76
77
78
79
- name: Get release version
0 commit comments