From 004bd7186aa9dc5172889dcb356b8792420865fc Mon Sep 17 00:00:00 2001 From: Bruce Harrison Date: Fri, 22 Sep 2023 13:01:31 -0500 Subject: [PATCH] fix release script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0aeb9e1..0f03930 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: - name: Download Schedulely artifact uses: actions/download-artifact@v3 with: - name: schedulely-package + name: bcrypt-edge-package - name: Publish to NPM run: npm publish --access public env: