From 23ec4994d9bb2f12db88dacfef3b78ec96128f43 Mon Sep 17 00:00:00 2001 From: nicfv Date: Sun, 10 Mar 2024 15:51:43 -0700 Subject: [PATCH] Overwrite package update date when publishing --- .github/workflows/run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run b/.github/workflows/run index 62930133..fd02990d 100755 --- a/.github/workflows/run +++ b/.github/workflows/run @@ -60,6 +60,9 @@ for dir in */ ; do else echo 'Publishing...' npm publish + # When publishing, we need to overwrite the + # package date with the current timestamp + package_date=$(date +%s) fi # Store current readme content, copy over the # template readme file, and replace variables