Skip to content

Commit b59d92c

Browse files
authored
fix: bump release action version (#74)
1 parent 9986de7 commit b59d92c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
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
@@ -14,7 +15,7 @@ jobs:
1415
pull-requests: write
1516
issues: write
1617
steps:
17-
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
18+
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
1819
id: release
1920
with:
2021
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)