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 0d3a881 + b227dce commit be6febfCopy full SHA for be6febf
.github/workflows/default.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
node-version: "${{ vars.NODE_VERSION || env.NODE_VERSION }}"
32
cache: "pnpm"
33
+ scope: "@linked-planet"
34
35
# if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
36
- name: get latest tag
@@ -71,6 +72,7 @@ jobs:
71
72
73
74
75
76
77
- name: Get release version
78
id: release
0 commit comments