Skip to content

Commit e6e0d5b

Browse files
committed
ci: update release-please
1 parent da3e8a1 commit e6e0d5b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,21 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: GoogleCloudPlatform/release-please-action@v2
10+
- uses: GoogleCloudPlatform/release-please-action@v3
1111
id: release
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
release-type: node
15-
package-name: test-release-please
16-
# The logic below handles the npm publication:
1715
- uses: actions/checkout@v2
18-
# these if statements ensure that a publication only occurs when
19-
# a new release is created:
2016
if: ${{ steps.release.outputs.release_created }}
2117
- uses: actions/setup-node@v1
2218
with:
2319
node-version: 14
2420
registry-url: 'https://registry.npmjs.org'
2521
if: ${{ steps.release.outputs.release_created }}
26-
# if you are using Yarn, substitute the command below with `yarn install --frozen-lockfile`
2722
- run: npm ci
2823
if: ${{ steps.release.outputs.release_created }}
2924
- run: npm publish
3025
env:
3126
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
32-
if: ${{ steps.release.outputs.release_created }}
27+
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)