Skip to content

Commit

Permalink
ci: downgradle release please version
Browse files Browse the repository at this point in the history
Signed-off-by: Joke de Buhr <joke@xckk.de>
  • Loading branch information
joke committed Mar 16, 2024
1 parent 33d519c commit e409706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: GoogleCloudPlatform/release-please-action@v4.0
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
release-type: simple
# signoff does work with v4 https://github.com/google-github-actions/release-please-action/issues/904
signoff: Joke de Buhr <joke@xckk.de>
token: ${{ secrets.RELEASE_PLEASE }}

Expand Down

0 comments on commit e409706

Please sign in to comment.