docs(readme): fix action name in examples

This commit is contained in:
2023-05-07 21:57:16 +01:00
parent 197ca89529
commit 2d86b2afb6

View File

@@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
steps:
- uses: jimeh/release-please-action@v0
- uses: jimeh/release-please-manifest-action@v0
```
<!-- x-release-please-end -->
@@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
steps:
- uses: jimeh/release-please-action@v0
- uses: jimeh/release-please-manifest-action@v0
with:
token: ${{ secrets.RELEASE_PAT_TOKEN }}
```
@@ -174,7 +174,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
steps:
- uses: jimeh/release-please-action@v0
- uses: jimeh/release-please-manifest-action@v0
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}