From 8e2a2b2c36caa7d2ca56f0576a9b3e1ca625b90a Mon Sep 17 00:00:00 2001 From: Marc-Aurele Besner <82244926+marc-aurele-besner@users.noreply.github.com> Date: Sun, 3 Apr 2022 01:19:46 -0400 Subject: [PATCH] fix workflow --- .github/workflows/package.yml | 8 +++++--- README.md | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 2a0a35a..222bf5b 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 16 - name: NPM Clean Install - run: npm ci + run: npm ci publish-npm: needs: build @@ -45,7 +45,9 @@ jobs: with: node-version: 16 registry-url: https://npm.pkg.github.com/ - - run: npm ci - - run: npm publish + - name: NPM Clean Install + run: npm ci + - name: NPM Publish + run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file diff --git a/README.md b/README.md index c45ff4a..3eaa32d 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ import hardhatAwesomeCli from 'hardhat-awesome-cli' ``` ## 💪 Done -- Run test on all or sigle test file (from all your file in test/) -- Run scripts on all or sigle scripts file (from all your file in scripts/) +- Run test on all or single test file (from all your file in test/) +- Run scripts on all or single scripts file (from all your file in scripts/) - Settings: - Activate/Disable chain to show on test/scripts options - Build .env file with rpc url and private key (or mnemonic)