Skip to content

Commit 4195672

Browse files
committed
ci: update workflow inputs
1 parent da521f8 commit 4195672

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: merge
1+
name: conventional
22

33
on:
44
pull_request_target:
55
types: [opened, reopened, edited]
66

77
jobs:
8-
title:
8+
pr-title:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/setup-node@v4

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version-file: web/package.json
3434
cache-dependency-path: web/package-lock.json
3535
- name: Install dependencies
36-
working-directory: ./
36+
working-directory: web
3737
run: npm ci
3838
- name: Run check
3939
run: npm run check

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
uses: googleapis/release-please-action@v4
2020
id: metadata
2121
with:
22-
release-type: simple
22+
config-file: release.json
23+
manifest-file: .manifest.json
24+
2325
build:
2426
needs: [metadata]
2527
if: ${{ needs.metadata.outputs.release-created}}

0 commit comments

Comments
 (0)