From f91e2b54032e44ed52d60ede36f6bcac7e7e111d Mon Sep 17 00:00:00 2001 From: Arthur Chaloin Date: Mon, 26 Oct 2020 15:46:06 +0100 Subject: [PATCH] wip(ci): put github back --- .releaserc.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.releaserc.json b/.releaserc.json index a1f01d6..a9b4fa4 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -5,6 +5,10 @@ [ "@semantic-release/gitlab", { "gitlabUrl": "https://gitlab.enix.io" } + ], + [ + "@semantic-release/github", + { "repositoryUrl": "https://github.com/enix/x509-exporter.git" } ] ] }