Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix: do not try to fork (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Sep 6, 2020
1 parent ad74031 commit 139a5ef
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 187 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/[email protected].0
- uses: GoogleCloudPlatform/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/[email protected].0
- uses: GoogleCloudPlatform/[email protected].1
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 139a5ef

Please sign in to comment.