Skip to content

Commit

Permalink
Stop installing react-utils in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Jul 6, 2024
1 parent 071b2af commit cfd704f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm i --no-save @athenajs/react-utils
if: ${{ inputs.directory == 'web' }}
- uses: docker/setup-qemu-action@v3
if: ${{ matrix.platform != 'amd64' }}
with:
Expand Down

0 comments on commit cfd704f

Please sign in to comment.