From 4c3f7438776cbac16587dbd2ce83f74149a1538f Mon Sep 17 00:00:00 2001 From: Gaurav Narula Date: Fri, 18 Dec 2020 12:44:09 +0530 Subject: [PATCH] Update PUBLISH.md Co-authored-by: Linus Gasser --- PUBLISH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PUBLISH.md b/PUBLISH.md index ff16ba4c7b..a194e6d69e 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -25,7 +25,7 @@ git tag -s vX.Y.Z -m "Cothority Release vX.Y.Z" ``` and push it to master with `git push origin vX.Y.Z`. A tag push triggers -the `release` action workflow with new release binaries available at +the `release` action workflow which releases new binaries in `https://github.com/dedis/cothority/releases/tag/vX.Y.Z`. Please make sure to add the release description by editing that page.