Skip to content

Commit 85cdab1

Browse files
authored
ci: use release-please action with extra debug logging (#75)
1 parent ccd1cce commit 85cdab1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Run Release Please
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -9,9 +10,7 @@ jobs:
910
release-please:
1011
runs-on: ubuntu-latest
1112
steps:
12-
- uses: google-github-actions/release-please-action@v3
13+
- uses: cwaldren-ld/release-please-action@c20bc7716919838e71934160b59925db0b3e59af
1314
id: release
1415
with:
15-
command: manifest
1616
token: ${{ secrets.GITHUB_TOKEN }}
17-
default-branch: main

0 commit comments

Comments
 (0)