This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f4c7f6  fix: night tag submission missing everything after +
6f4c7f6 is described below

commit 6f4c7f6f582df34843e6abdcb0f5ea8b0c540e0b
Author: Erisu <[email protected]>
AuthorDate: Fri May 19 23:39:03 2023 +0900

    fix: night tag submission missing everything after +
---
 src/nightly.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nightly.js b/src/nightly.js
index 30b2134..091faf4 100644
--- a/src/nightly.js
+++ b/src/nightly.js
@@ -139,7 +139,7 @@ function getNightlySuffix (SHA) {
     const dateTime = currentDate.toISOString().replace(/[T|Z\-:.]/g, '');
     // @see https://semver.org/#spec-item-10
     // Example: -nightly+20230509182032730.sha.8d2286c9
-    return `-nightly+${dateTime}.sha.${SHA}`;
+    return `-nightly.${dateTime}.sha.${SHA}`;
 }
 
 /**


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to