Skip to content

Commit 0ea4df2

Browse files
committed
fix: update release-please GH workflow
1 parent fd36648 commit 0ea4df2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
release-please:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: GoogleCloudPlatform/release-please-action@v2
13-
id: release
12+
- uses: googleapis/release-please-action@v4
1413
with:
15-
release-type: go # just keep a changelog, no version anywhere outside of git tags
16-
package-name: <repo>
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
release-type: simple

0 commit comments

Comments
 (0)