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:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for google-github-actions/release-please-action to create release commit
|
contents: write # for googleapis/release-please-action to create release commit
|
||||||
pull-requests: write # for google-github-actions/release-please-action to create release PR
|
pull-requests: write # for googleapis/release-please-action to create release PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@v4
|
- uses: googleapis/release-please-action@v4
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
command: manifest
|
|
||||||
token: ${{secrets.GITHUB_TOKEN}}
|
token: ${{secrets.GITHUB_TOKEN}}
|
||||||
default-branch: main
|
target-branch: main
|
||||||
outputs:
|
outputs:
|
||||||
release_created: ${{ steps.release.outputs.release_created }}
|
release_created: ${{ steps.release.outputs.release_created }}
|
||||||
release_tag_name: ${{ steps.release.outputs.tag_name }}
|
release_tag_name: ${{ steps.release.outputs.tag_name }}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
__version__ = "0.7.0"
|
||||||
Loading…
Reference in New Issue