Skip to content

Commit

Permalink
fix: update version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
krshnpatel committed Sep 29, 2023
1 parent 4f2f833 commit 4da4813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: yarn semantic-release
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-plugin-rungex",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "A Yarn plugin that can be used to run multiple package.json scripts using Regex.",
"author": "Krishan Patel <krishanpatel09@gmail.com>",
"license": "MIT",
Expand All @@ -24,7 +24,8 @@
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"prepare": "husky install",
"commitlint": "commitlint --edit"
"commitlint": "commitlint --edit",
"semantic-release": "semantic-release"
},
"lint-staged": {
"*.{ts,tsx}": "yarn lint:fix",
Expand Down

0 comments on commit 4da4813

Please sign in to comment.