From 3ddfb2d7ecd2d24de1196fa4b08fe169e617768b Mon Sep 17 00:00:00 2001 From: Pierre Awaragi Date: Thu, 17 Mar 2022 14:47:43 -0400 Subject: [PATCH] fixed environments for each step in publish pipeline --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f447cdcb..305ee87d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,12 +17,13 @@ jobs: - run: yarn - run: yarn build - run: yarn test - - run: yarn publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} DOMAIN: ${{ secrets.DOMAIN }} USERNAME: ${{ secrets.USERNAME }} PASSWORD: ${{ secrets.PASSWORD }} PROJECTID: 1 SUITEID: 1 - ASSIGNEDTOID: 1 \ No newline at end of file + ASSIGNEDTOID: 1 + - run: yarn publish + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}