Skip to content

Commit

Permalink
Fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jun 20, 2024
1 parent 4185c8b commit 236271a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: "20.x"
cache: "yarn"
- name: Setup react-admin registry
uses: react-admin/ra-enterprise-action@1.0.0
uses: react-admin/ra-enterprise-action@v1.0.0
env:
RA_EE_CI_TOKEN: ${{secrets.RA_EE_CI_TOKEN}}
- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
node-version: "20.x"
cache: "yarn"
- name: Setup react-admin registry
uses: react-admin/ra-enterprise-action@1.0.0
uses: react-admin/ra-enterprise-action@v1.0.0
env:
RA_EE_CI_TOKEN: ${{secrets.RA_EE_CI_TOKEN}}
- name: Install dependencies
Expand Down

0 comments on commit 236271a

Please sign in to comment.