Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed May 9, 2024
1 parent 96d23cf commit 17d76b6
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 @@ -116,5 +116,5 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache-dependency-path: login-workflow
- run: yarn --immutable
- run: npm run publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -- -b ${{env.BRANCH}}
working-directory: login-workflow

0 comments on commit 17d76b6

Please sign in to comment.