Skip to content

Commit

Permalink
Merge pull request #591 from etn-ccis/fix/publish
Browse files Browse the repository at this point in the history
Fix publish command
  • Loading branch information
joebochill authored May 9, 2024
2 parents 96d23cf + 17d76b6 commit 66cd8ad
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 66cd8ad

Please sign in to comment.