From 7204598cc84417c3f4c947dd825bbf6509bf1a00 Mon Sep 17 00:00:00 2001 From: Robert Chu Date: Wed, 31 Jul 2024 14:53:55 -0700 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 07b8036..3a5e02d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -41,7 +41,7 @@ jobs: - run: yarn install --immutable - run: yarn build:hardhat - run: yarn build:tsc - - run: yarn npm publish --access public --non-interactive + - run: yarn npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn version patch