We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1031f commit 4463cd7Copy full SHA for 4463cd7
1 file changed
scripts/release.sh
@@ -22,7 +22,7 @@ git add dist -f
22
git commit -m "build $VERSION"
23
24
# push commit so it exists on GitHub when we run gh-release
25
-git push https://github.com/Esri/esri-leaflet-geocoder gh-release
+git push git@github.com:Esri/esri-leaflet-geocoder.git gh-release
26
27
# create a ZIP archive of the dist files
28
zip -r $NAME-v$VERSION.zip dist
@@ -36,4 +36,4 @@ npm publish
36
# checkout master and delete release branch locally and on GitHub
37
git checkout master
38
git branch -D gh-release
39
-git push https://github.com/Esri/esri-leaflet-geocoder :gh-release
+git push git@github.com:Esri/esri-leaflet-geocoder.git :gh-release
0 commit comments