Skip to content

Commit 139a5ef

Browse files
author
Benjamin E. Coe
authored
fix: do not try to fork (#62)
1 parent ad74031 commit 139a5ef

4 files changed

Lines changed: 215 additions & 187 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages.
2020
release-please:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: GoogleCloudPlatform/release-please-action@v2.1.0
23+
- uses: GoogleCloudPlatform/release-please-action@v2.1.1
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
release-type: node
@@ -105,7 +105,7 @@ jobs:
105105
release-please:
106106
runs-on: ubuntu-latest
107107
steps:
108-
- uses: GoogleCloudPlatform/release-please-action@v2.1.0
108+
- uses: GoogleCloudPlatform/release-please-action@v2.1.1
109109
id: release
110110
with:
111111
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)