Skip to content

Commit 3cc279a

Browse files
authored
chore: revert release please to 3
Signed-off-by: Todd Baert <[email protected]>
1 parent 68b7bb3 commit 3cc279a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010

1111
# Release-please creates a PR that tracks all changes
1212
steps:
13-
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
13+
- uses: google-github-actions/release-please-action@v3
1414
id: release
1515
with:
1616
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
17+
default-branch: main
1718
signoff: "OpenFeature Bot <[email protected]>"
1819

1920
# The logic below handles the maven publication:

0 commit comments

Comments
 (0)