Skip to content

Commit

Permalink
fix: update env (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdigital authored Jan 10, 2024
1 parent c22a9a0 commit 0cdc0da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build
run: yarn build
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run tests
run: yarn test
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Version
if: github.ref == 'refs/heads/main'
run: yarn nx affected --base=last-release --target=version --parallel=1
Expand Down

0 comments on commit 0cdc0da

Please sign in to comment.