Skip to content

Commit be6febf

Browse files
Merge pull request #180 from linked-planet/dev
added scope to the node setup in the github workflow
2 parents 0d3a881 + b227dce commit be6febf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
node-version: "${{ vars.NODE_VERSION || env.NODE_VERSION }}"
3232
cache: "pnpm"
33+
scope: "@linked-planet"
3334

3435
# if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
3536
- name: get latest tag
@@ -71,6 +72,7 @@ jobs:
7172
with:
7273
node-version: "${{ vars.NODE_VERSION || env.NODE_VERSION }}"
7374
cache: "pnpm"
75+
scope: "@linked-planet"
7476

7577
- name: Get release version
7678
id: release

0 commit comments

Comments
 (0)