Skip to content

Commit

Permalink
Revert "Disable auto gpg signing (#5047)" (#5139)
Browse files Browse the repository at this point in the history
This reverts commit f1c5c78.
  • Loading branch information
scbedd authored Jan 18, 2023
1 parent b4685f9 commit 86cbeea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public async Task Push(string pathToAssetsJson) {
}
SetOrigin(config);

GitHandler.Run($"tag -c tag.gpgsign=false {generatedTagName}", config);
GitHandler.Run($"tag {generatedTagName}", config);
GitHandler.Run($"push origin {generatedTagName}", config);
HideOrigin(config);
}
Expand Down

0 comments on commit 86cbeea

Please sign in to comment.