Skip to content

Commit 3c87b8e

Browse files
committed
ci(release-please): upgrade action to v5
Replace the archived `google-github-actions` action with the maintained `googleapis` v5 action. Preserve the existing Release Please configuration and target branches. Grant the recommended `issues: write` workflow permission and add the standard REANA copyright header. Closes reanahub/reana#997
1 parent 6a43f16 commit 3c87b8e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# This file is part of REANA.
2+
# Copyright (C) 2024, 2026 CERN.
3+
#
4+
# REANA is free software; you can redistribute it and/or modify it
5+
# under the terms of the MIT License; see LICENSE file for more details.
6+
17
on:
28
push:
39
branches:
@@ -6,6 +12,7 @@ on:
612

713
permissions:
814
contents: write
15+
issues: write
916
pull-requests: write
1017

1118
name: release-please
@@ -14,7 +21,7 @@ jobs:
1421
release-please:
1522
runs-on: ubuntu-latest
1623
steps:
17-
- uses: google-github-actions/release-please-action@v4
24+
- uses: googleapis/release-please-action@v5
1825
with:
1926
config-file: .release-please-config.json
2027
target-branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)