Skip to content

Commit

Permalink
Revert incorrect key from tag.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetha Appan committed Sep 29, 2017
1 parent 5bda209 commit d349ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

# Generate the tag.
echo "==> Tagging version $VERSION..."
git commit --allow-empty -a --gpg-sign=0A50EAFC -m "Release v$VERSION"
git tag -a -m "Version $VERSION" -s -u 0A50EAFC "v${VERSION}" master
git commit --allow-empty -a --gpg-sign=348FFC4C -m "Release v$VERSION"
git tag -a -m "Version $VERSION" -s -u 348FFC4C "v${VERSION}" master

exit 0

0 comments on commit d349ac5

Please sign in to comment.