Skip to content

Commit 44d2686

Browse files
update release-please.yml
1 parent 25002b4 commit 44d2686

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
open-pull-requests-limit: 10
13+
1314
- package-ecosystem: "github-actions"
1415
directory: "/"
1516
schedule:
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
# https://github.com/googleapis/release-please-action
2-
name: release-please
2+
# https://github.com/marketplace/actions/release-please-action
33

44
on:
55
push:
66
branches:
77
- main
88

99
permissions:
10-
issues: write
1110
contents: write
11+
issues: write
1212
pull-requests: write
1313

14+
name: release-please
15+
1416
jobs:
1517
release-please:
1618
if: github.actor != 'github-actions[bot]'
17-
runs-on: ${{ matrix.os }}
18-
strategy:
19-
matrix:
20-
os: [ubuntu-latest]
21-
# https://nodejs.org/en/about/releases/
22-
node-version: [20]
19+
runs-on: ubuntu-latest
2320
timeout-minutes: 8
2421

2522
steps:
26-
- uses: googleapis/release-please-action@v4
23+
- name: release-please-action
24+
uses: googleapis/[email protected]
2725
with:
2826
token: ${{ secrets.GITHUB_TOKEN }}
2927
release-type: node
30-
versioning-strategy: auto
31-
changelog-path: CHANGELOG.md
28+
# versioning-strategy: auto
29+
# changelog-path: CHANGELOG.md

0 commit comments

Comments
 (0)