Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Nov 27, 2023
1 parent e926d2a commit 288e807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Expand Up @@ -21,7 +21,7 @@ git add dist -f
git commit -m "build $VERSION"

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

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

0 comments on commit 288e807

Please sign in to comment.