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

Commit b4c1bd2

Browse files
author
Benjamin E. Coe
authored
fix: run tests on release PRs (#47)
1 parent 944ff5b commit b4c1bd2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
10+
- uses: GoogleCloudPlatform/release-please-action@v1.5.0
1111
with:
1212
token: ${{ secrets.RELEASE_PR_TOKEN }}
1313
release-type: node

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@v1.3.2
23+
- uses: GoogleCloudPlatform/release-please-action@v1.5.0
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
release-type: node
@@ -97,7 +97,7 @@ jobs:
9797
release-please:
9898
runs-on: ubuntu-latest
9999
steps:
100-
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
100+
- uses: GoogleCloudPlatform/release-please-action@v1.5.0
101101
id: release
102102
with:
103103
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)