Skip to content

Commit

Permalink
Disable auto gpg signing (#5047)
Browse files Browse the repository at this point in the history
* ensure conditions all work properly in the case of a previous error
* small adjustment to address Pauls issue with the auto signing
  • Loading branch information
scbedd authored Jan 4, 2023
1 parent 231f7e0 commit f1c5c78
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 {generatedTagName}", config);
GitHandler.Run($"tag -c tag.gpgsign=false {generatedTagName}", config);
GitHandler.Run($"push origin {generatedTagName}", config);
HideOrigin(config);
}
Expand Down

0 comments on commit f1c5c78

Please sign in to comment.