Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong007 committed Aug 22, 2024
1 parent 4a09e6f commit 347b52c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ jobs:
apps: ${{ steps.affected.outputs.apps }}
libs: ${{ steps.affected.outputs.libs }}
steps:
# checkout
- uses: actions/checkout@v4
name: Checkout
with:
fetch-depth: 0

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'main'

- name: Setup
uses: ./.github/actions/setup-nx
with:
ro-token: ${{ secrets.READONLY_GITHUB_TOKEN }}

- name: Affected
id: affected
env:
Expand Down

0 comments on commit 347b52c

Please sign in to comment.