Skip to content

Commit 1261558

Browse files
committed
chore: revert to standalone release please action
1 parent 3334918 commit 1261558

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release-pr.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
jobs:
88
release-pr:
99
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 }}
10+
runs-on: ubuntu-24.04
11+
steps:
12+
- 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

Comments
 (0)