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.
1 parent 15a045b commit b227dceCopy full SHA for b227dce
.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