Skip to content

Commit

Permalink
[skip_landing skip_storybook] attempting a different workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Sep 19, 2023
1 parent fb8ba12 commit 47e30be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/hawa-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- uses: actions/checkout@v2
- name: Append -beta to package.json version
run: |
apt-get update && apt-get install -y jq
jq '.version = .version + "-beta"' package.json > package.json.tmp
mv package.json.tmp package.json
node -e "const fs = require('fs'); const packageJson = require('./package.json'); packageJson.version += '-beta'; fs.writeFileSync('./package.json', JSON.stringify(packageJson, null, 2));"
- name: Use Node.js v16
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.2.2",
"version": "0.2.3",
"description": "Modern UI Kit made with Tailwind & Radix Primitives",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 47e30be

Please sign in to comment.