mirror of
https://github.com/jimeh/rands.git
synced 2026-02-19 03:16:39 +00:00
ci(deps): upgrade release-action action
This commit is contained in:
1
.github/release-please-config.json
vendored
1
.github/release-please-config.json
vendored
@@ -6,6 +6,7 @@
|
|||||||
"changelog-path": "CHANGELOG.md",
|
"changelog-path": "CHANGELOG.md",
|
||||||
"bump-minor-pre-major": true,
|
"bump-minor-pre-major": true,
|
||||||
"bump-patch-for-minor-pre-major": true,
|
"bump-patch-for-minor-pre-major": true,
|
||||||
|
"always-update": true,
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": false
|
"prerelease": false
|
||||||
}
|
}
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
|||||||
release_created: ${{ steps.release-please.outputs.release_created }}
|
release_created: ${{ steps.release-please.outputs.release_created }}
|
||||||
version: ${{ steps.release-please.outputs.version }}
|
version: ${{ steps.release-please.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: jimeh/release-please-manifest-action@v1
|
- uses: jimeh/release-please-manifest-action@v2
|
||||||
id: release-please
|
id: release-please
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
|
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user