We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e34e81 commit 7a757c8Copy full SHA for 7a757c8
.github/workflows/ci.yml
@@ -65,12 +65,10 @@ jobs:
65
66
- run: npm ci
67
- run: npm run build
68
-
69
- name: Setup Git identity
70
run: |
71
git config user.name "semantic-release-bot"
72
git config user.email "[email protected]"
73
74
- name: Run semantic-release
75
run: npx semantic-release
76
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@arunkumar_h/rule-engine",
3
- "version": "1.0.0-dev.2",
+ "version": "1.5.1",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments