diff --git a/.github/workflows/interfaces-canary.yml b/.github/workflows/interfaces-canary.yml
index 45015ac..2e19245 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 --verbose
+        run: cd export/@defi-wonderland/prophet-core${{ env.EXPORT_NAME }} && npm publish --access public --tag canary
         env:
-          NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+          NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}