From 64968b511b0535754fcf7571e813b935ad163fa6 Mon Sep 17 00:00:00 2001 From: Khushboo <68757952+desaikd@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:13:46 -0700 Subject: [PATCH] Updates release script (#769) --- .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 ad2399c5..a3bef940 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci + - run: npm install - name: npm publish # skip npm publishing if running in a fork if: github.repository == 'amazon-ion/ion-js'