Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
updated deploy script to include pushing to github
Browse files Browse the repository at this point in the history
  • Loading branch information
jplattel committed Apr 17, 2021
1 parent 09d839b commit beeb74c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ cd src
web-ext build # Build for firefox
mv web-ext-artifacts/obsidian_clipper-${VERSION}.zip ../build/firefox/firefox-obsidian-clipper-${VERSION}.zip
rm -rf web-ext-artifacts # Remove the build folder
cd ../
cd ../

# Push to github
git add build
git commit -m "Releasing ${VERSION}"
git push origin main

0 comments on commit beeb74c

Please sign in to comment.