From fc42ff890c7ccc0cf6b6abbba91554c149ebc57f Mon Sep 17 00:00:00 2001 From: Andres Martin Aiello <50411235+andresaiello@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:24:16 -0300 Subject: [PATCH] feat: npm pkg app contract addresses 3 (#144) --- .github/workflows/publish-npm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index 79d143f9..8aceae0f 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -36,7 +36,7 @@ jobs: - name: Publish to NPM zeta app contracts working-directory: packages/zeta-app-contracts - run: yarn npm publish --tag ${{ steps.determine-npm-tag-zeta-app-contracts.outputs.NPM_TAG }} + run: npm publish --tag ${{ steps.determine-npm-tag-zeta-app-contracts.outputs.NPM_TAG }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_REF: ${{ github.ref }} @@ -56,7 +56,7 @@ jobs: - name: Publish to NPM zevm app contracts working-directory: packages/zevm-app-contracts - run: yarn npm publish --tag ${{ steps.determine-npm-tag-zevm-app-contracts.outputs.NPM_TAG }} + run: npm publish --tag ${{ steps.determine-npm-tag-zevm-app-contracts.outputs.NPM_TAG }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_REF: ${{ github.ref }}