We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3334918 commit 1261558Copy full SHA for 1261558
1 file changed
.github/workflows/release-pr.yml
@@ -7,6 +7,10 @@ on:
7
jobs:
8
release-pr:
9
name: Maintain Release PR
10
- uses: p3ol/actions/.github/workflows/release-pr.yml@v1.0.0
11
- secrets:
12
- github-token: ${{ secrets.GH_RELEASE_PLEASE_TOKEN_PUBLIC }}
+ runs-on: ubuntu-24.04
+ steps:
+ - uses: googleapis/release-please-action@v4
13
+ with:
14
+ token: ${{ secrets.GH_RELEASE_PLEASE_TOKEN_PUBLIC }}
15
+ config-file: .github/release-please.config.json
16
+ manifest-file: .github/release-please.manifest.json
0 commit comments