Skip to content

Commit 457c326

Browse files
authored
fix: Update release please (#24)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 6a1f789 commit 457c326

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
- uses: google-github-actions/release-please-action@v3
1414
id: release
1515
with:
16-
command: manifest
17-
token: ${{secrets.GITHUB_TOKEN}}
18-
default-branch: main
16+
release-type: ruby
17+
package-name: openfeature-sdk
18+
bump-minor-pre-major: true
19+
version-file: "lib/openfeature/sdk/version.rb"
1920
outputs:
2021
release_created: ${{ steps.release.outputs.release_created }}
2122
release_tag_name: ${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)