Skip to content

Commit 288e807

Browse files
committed
fix release script
1 parent e926d2a commit 288e807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git add dist -f
2121
git commit -m "build $VERSION"
2222

2323
# push commit so it exists on GitHub when we run gh-release
24-
git push https://github.com/Esri/esri-leaflet gh-release
24+
git push git@github.com:Esri/esri-leaflet.git gh-release
2525

2626
# create a ZIP archive of the dist files
2727
zip -r $NAME-v$VERSION.zip dist
@@ -35,4 +35,4 @@ npm publish
3535
# checkout master and delete release branch locally and on GitHub
3636
git checkout master
3737
git branch -D gh-release
38-
git push https://github.com/Esri/esri-leaflet :gh-release
38+
git push git@github.com:Esri/esri-leaflet.git :gh-release

0 commit comments

Comments
 (0)