We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b7bb3 commit 3cc279aCopy full SHA for 3cc279a
.github/workflows/release-please.yml
@@ -10,10 +10,11 @@ jobs:
10
11
# Release-please creates a PR that tracks all changes
12
steps:
13
- - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
+ - uses: google-github-actions/release-please-action@v3
14
id: release
15
with:
16
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
17
+ default-branch: main
18
signoff: "OpenFeature Bot <[email protected]>"
19
20
# The logic below handles the maven publication:
0 commit comments