Skip to content

Commit 0053a22

Browse files
authored
chore: skip ci on release pt4 (#165)
1 parent 88351d6 commit 0053a22

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
1212
id: release
13-
with:
14-
release-type: node
1513
# The logic below handles the npm publication:
1614
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1715
# these if statements ensure that a publication only occurs when

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"packages": {
44
".": {}
55
},
6-
"pull-request-title-pattern": "chore${scope}: release${component} ${version} [skip ci]"
6+
"pull-request-title-pattern": "chore${scope}: release${component} ${version} [skip ci]",
7+
"release-type": "node"
78
}

0 commit comments

Comments
 (0)