Skip to content

Commit

Permalink
fix: run tests on release PRs (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 23, 2020
1 parent 944ff5b commit b4c1bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
- uses: GoogleCloudPlatform/release-please-action@v1.5.0
with:
token: ${{ secrets.RELEASE_PR_TOKEN }}
release-type: node
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v1.3.2
- uses: GoogleCloudPlatform/release-please-action@v1.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
- uses: GoogleCloudPlatform/release-please-action@v1.5.0
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b4c1bd2

Please sign in to comment.