Skip to content

Commit 1181ed6

Browse files
committed
Fix Release Workflow Bug
1 parent 069ea00 commit 1181ed6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
with:
1212
node-version: 15.4.0
1313
- run: npm install --ignore-scripts
14-
- run: npm test
15-
- run: npm build
14+
- run: npm run test
15+
- run: npm run build
1616
- uses: JS-DevTools/npm-publish@v1
1717
with:
1818
token: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-themed-stylesheet",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "React Native StyleSheets with Theming Support",
55
"author": "Andre Pedroza",
66
"license": "MIT",

0 commit comments

Comments
 (0)