From 8cf385cdf5d748c6d6484bcbf70af5c3e22a0b1e Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 17 Nov 2023 17:12:31 -0800 Subject: [PATCH] chore: update SHA for downloading lockfile --- src/commands/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/release.yml b/src/commands/release.yml index 61167f3..53cf244 100755 --- a/src/commands/release.yml +++ b/src/commands/release.yml @@ -5,7 +5,7 @@ steps: - run: name: Set up publishing environment command: | - SHA=75bb06493e97aa02c458562765716091c5610d26 + SHA=1775eb1aacafd0266ea1897255758d985d0bf291 DIR=/tmp/semantic-release-packages mkdir $DIR curl https://raw.githubusercontent.com/continuousauth/npm-orb/$SHA/package.json > $DIR/package.json