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 3744b56 commit 0274e90Copy full SHA for 0274e90
.github/workflows/build.yml
@@ -12,6 +12,4 @@ jobs:
12
- metadata
13
with:
14
project-name: ${{ needs.metadata.outputs.project-name }}
15
- project-path: ${{ needs.metadata.outputs.project-path }}
16
- npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
17
- npm-enabled: true
+ project-path: ${{ needs.metadata.outputs.project-path }}
.github/workflows/release.yml
@@ -11,8 +11,6 @@ jobs:
11
project-path: ${{ needs.metadata.outputs.project-path }}
release:
needs:
18
- build
0 commit comments