Skip to content

Commit

Permalink
fixed environments for each step in publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Awaragi committed Mar 17, 2022
1 parent 94beb1c commit 3ddfb2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
ASSIGNEDTOID: 1
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3ddfb2d

Please sign in to comment.