Skip to content

Commit

Permalink
ci(packaging): make snap target edge release channel
Browse files Browse the repository at this point in the history
  • Loading branch information
r-zenine committed Nov 12, 2020
1 parent cc0f836 commit 3c3d845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .packaging/homebrew/homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ cd .packaging/homebrew
cp ssam.rb homebrew-ssam/Formula/ssam.rb
cd homebrew-ssam
git add --all
git commit -a -m"bump version"
git commit -a -m"bump version"
git push origin master
2 changes: 1 addition & 1 deletion .packaging/snap/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd .packaging/snap
mkdir .snapcraft
echo $SNAP_LOGIN_FILE | base64 --decode --ignore-garbage > .snapcraft/snapcraft.cfg
snapcraft
snapcraft push *.snap --release stable
snapcraft push *.snap --release edge

0 comments on commit 3c3d845

Please sign in to comment.