ci: update release please to new GHA (#340)
update release please to new GHA Signed-off-by: gruebel <anton.gruebel@gmail.com>
This commit is contained in:
parent
44b07879b0
commit
f2389da024
|
|
@ -16,17 +16,16 @@ permissions: # added using https://github.com/step-security/secure-workflows
|
|||
jobs:
|
||||
release-please:
|
||||
permissions:
|
||||
contents: write # for google-github-actions/release-please-action to create release commit
|
||||
pull-requests: write # for google-github-actions/release-please-action to create release PR
|
||||
contents: write # for googleapis/release-please-action to create release commit
|
||||
pull-requests: write # for googleapis/release-please-action to create release PR
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
- uses: googleapis/release-please-action@v4
|
||||
id: release
|
||||
with:
|
||||
command: manifest
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
default-branch: main
|
||||
target-branch: main
|
||||
outputs:
|
||||
release_created: ${{ steps.release.outputs.release_created }}
|
||||
release_tag_name: ${{ steps.release.outputs.tag_name }}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
__version__ = "0.7.0"
|
||||
Loading…
Reference in New Issue