Skip to content

Commit

Permalink
Merge pull request #96 from etn-ccis/fix/publish-failed-package
Browse files Browse the repository at this point in the history
publish failed package
  • Loading branch information
JeffGreiner-eaton authored Apr 18, 2024
2 parents 25b96f4 + 6f3c036 commit fb91ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
name: dist
path: dist
- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@brightlayer-ui/react-native-themes",
"author": "Brightlayer UI <[email protected]>",
"license": "BSD-3-Clause",
"version": "7.0.1-alpha.1",
"version": "7.0.1-alpha.2",
"description": "React Native themes for Brightlayer UI applications",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit fb91ecf

Please sign in to comment.