From 2d86b2afb6e14b319c983368f568dfd14b56b4be Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 7 May 2023 21:57:16 +0100 Subject: [PATCH] docs(readme): fix action name in examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b5a37d..0ce7d47 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 }}