We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e926d2a commit 288e807Copy full SHA for 288e807
scripts/release.sh
@@ -21,7 +21,7 @@ git add dist -f
21
git commit -m "build $VERSION"
22
23
# push commit so it exists on GitHub when we run gh-release
24
-git push https://github.com/Esri/esri-leaflet gh-release
+git push git@github.com:Esri/esri-leaflet.git gh-release
25
26
# create a ZIP archive of the dist files
27
zip -r $NAME-v$VERSION.zip dist
@@ -35,4 +35,4 @@ npm publish
35
# checkout master and delete release branch locally and on GitHub
36
git checkout master
37
git branch -D gh-release
38
-git push https://github.com/Esri/esri-leaflet :gh-release
+git push git@github.com:Esri/esri-leaflet.git :gh-release
0 commit comments