Skip to content

Commit

Permalink
added bintay debian repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider82 committed Jan 4, 2019
1 parent ad1f1b6 commit 7202bca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ snapcraft:
apps:
share:
plugs: ["home", "network", "x11"]
puts:
- name: bintray
target: https://api.bintray.com/content/mschneider82/share/share/{{ .Version }}/
username: mschneider82
changelog:
sort: asc
filters:
Expand Down
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ git push origin v0.0.$count
. ./.token

goreleaser --rm-dist

curl -XPOST -umschneider82:$PUT_NAME_SECRET https://api.bintray.com/content/mschneider82/share/share/v0.0.$count/publish

0 comments on commit 7202bca

Please sign in to comment.