Skip to content

Commit f87ac1f

Browse files
authored
chore: Use release-please from new location. (#470)
They have moved the release-please action: https://github.com/google-github-actions/release-please-action
1 parent 5702173 commit f87ac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
package-node-server-sdk-dynamodb-release: ${{ steps.release.outputs['packages/store/node-server-sdk-dynamodb--release_created'] }}
2424
package-node-server-sdk-otel-release: ${{ steps.release.outputs['packages/telemetry/node-server-sdk-otel--release_created'] }}
2525
steps:
26-
- uses: google-github-actions/release-please-action@v4
26+
- uses: googleapis/release-please-action@v4
2727
id: release
2828
with:
2929
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)