Skip to content

Commit

Permalink
Try setting env
Browse files Browse the repository at this point in the history
  • Loading branch information
Neztore committed Aug 30, 2024
1 parent 97801f7 commit a5365a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.PROTECTED_BRANCH_REVIEWER_TOKEN }}
NODE_ENV: dev
run: |
corepack enable
yarn install --immutable --production=false
yarn install --immutable
npx auto shipit

0 comments on commit a5365a8

Please sign in to comment.