Skip to content

Commit f2389da

Browse files
authored
ci: update release please to new GHA (#340)
update release please to new GHA Signed-off-by: gruebel <[email protected]>
1 parent 44b0787 commit f2389da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@ permissions: # added using https://github.com/step-security/secure-workflows
1616
jobs:
1717
release-please:
1818
permissions:
19-
contents: write # for google-github-actions/release-please-action to create release commit
20-
pull-requests: write # for google-github-actions/release-please-action to create release PR
19+
contents: write # for googleapis/release-please-action to create release commit
20+
pull-requests: write # for googleapis/release-please-action to create release PR
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: google-github-actions/release-please-action@v4
24+
- uses: googleapis/release-please-action@v4
2525
id: release
2626
with:
27-
command: manifest
2827
token: ${{secrets.GITHUB_TOKEN}}
29-
default-branch: main
28+
target-branch: main
3029
outputs:
3130
release_created: ${{ steps.release.outputs.release_created }}
3231
release_tag_name: ${{ steps.release.outputs.tag_name }}

openfeature/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)