Skip to content

Commit

Permalink
ci: add NODE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKlyuev committed Aug 17, 2022
1 parent 0f73342 commit 3ab4993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
- run: yarn install --frozen-lockfile --silent
- run: yarn semantic-release
env:
NODE_ENV: 'production'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3ab4993

Please sign in to comment.