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 372f280 commit 790396dCopy full SHA for 790396d
.github/workflows/build.yml
@@ -16,4 +16,6 @@ jobs:
16
with:
17
project-name: ${{ needs.metadata.outputs.project-name}}
18
project-path: ${{ needs.metadata.outputs.project-path }}
19
+ npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
20
+ npm-enabled: true
21
umbraco-version: 14
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
22
23
24
25
- name: Release
26
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
0 commit comments