Skip to content

Commit

Permalink
Change key id of releases by me
Browse files Browse the repository at this point in the history
Sorry guys, lost my master key in a foolish way :(
[skip ci]

Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Aug 17, 2019
1 parent 87fab19 commit f75c179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/git-release
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cmd_continue() {
git add ${REPO_DIR}/app/src/main/play
git commit -as
git push -u origin ${BRANCH}
git tag -a -m "${VERSION_NAME} release" -s -u F28947756EB27311E86F6309274BE2A3BD56E37A v${VERSION_NAME}
git tag -a -m "${VERSION_NAME} release" -s -u 99F13342E787A3FE v${VERSION_NAME}
git push --tags

echo "Uploading builds to mirror"
Expand Down

0 comments on commit f75c179

Please sign in to comment.