Skip to content

Commit

Permalink
Update yarn install to use working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed May 14, 2024
1 parent 66cd8ad commit 2fb50f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
cache-dependency-path: login-workflow
- run: yarn --immutable
working-directory: login-workflow
- run: npm run publish:package -- -b ${{env.BRANCH}}
working-directory: login-workflow

0 comments on commit 2fb50f0

Please sign in to comment.