Skip to content

Commit d2cd44c

Browse files
authored
fix: Updates package name so release please can see it. (#42)
1 parent af3462e commit d2cd44c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
release-type: node
3939
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
40-
package-name: "@googlemaps/js-api-samples"
40+
package-name: "@googlemaps-samples/js-api-samples"
4141
bump-minor-pre-major: true
4242

4343
- if: ${{ steps.release.outputs.release_created }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "js-api-samples",
2+
"name": "@googlemaps-samples/js-api-samples",
33
"version": "1.0.0",
44
"description": "Samples for the Google Maps JavaScript API.",
55
"scripts": {

0 commit comments

Comments
 (0)