mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-08-04 00:00:08 +08:00
ci: update release-please-action to v5
The only breaking change in v5.0.0 is the move to the node 24 runtime; inputs, outputs and the manifest/config format are unchanged. Kept as its own commit since this action drives the release flow and is the one worth reverting alone if anything misbehaves.
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
steps:
|
||||
- name: Run Release Please
|
||||
id: release
|
||||
uses: googleapis/release-please-action@v4.4.0
|
||||
uses: googleapis/release-please-action@v5.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
config-file: release-please-config.json
|
||||
|
||||
Reference in New Issue
Block a user