Skip to content

Commit 0274e90

Browse files
committed
+changelog-ignore: github actions
1 parent 3744b56 commit 0274e90

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ jobs:
1212
- metadata
1313
with:
1414
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
15+
project-path: ${{ needs.metadata.outputs.project-path }}

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
with:
1212
project-name: ${{ needs.metadata.outputs.project-name }}
1313
project-path: ${{ needs.metadata.outputs.project-path }}
14-
npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
15-
npm-enabled: true
1614
release:
1715
needs:
1816
- build

0 commit comments

Comments
 (0)