From 4501f6d607621bebdfa57ae48e9deff1a518748e Mon Sep 17 00:00:00 2001 From: 0xGorilla <84932007+0xGorilla@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:52:43 +0200 Subject: [PATCH] ci: added verbose publsih --- .github/workflows/interfaces-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interfaces-canary.yml b/.github/workflows/interfaces-canary.yml index d166b39..45015ac 100644 --- a/.github/workflows/interfaces-canary.yml +++ b/.github/workflows/interfaces-canary.yml @@ -49,6 +49,6 @@ jobs: export_type: '${{ matrix.export_type }}' - name: Publish to NPM - Export Type ${{ matrix.export_type }} - run: cd export/@defi-wonderland/prophet-core${{ env.EXPORT_NAME }} && npm publish --access public --tag canary + run: cd export/@defi-wonderland/prophet-core${{ env.EXPORT_NAME }} && npm publish --access public --tag canary --verbose env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}