Skip to content

Commit

Permalink
CI only version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rezoled committed Jul 14, 2024
1 parent 07ef837 commit 1566fa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- run: npm ci
- run: npm run build:ci

- uses: EndBug/add-and-commit@v9
with:
fetch: false
message: 'Update version'

- id: publish
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"mv:lib": "mv lib dist/ts-mockito/",
"cp:pkjson": "cp -rf package.json dist/ts-mockito/",
"cp:all": "npm run cp:readme && npm run cp:license && npm run cp:pkjson",
"build": "npm run bump && npm run compile && npm run mkdir:dist && npm run cp:all && npm run mv:lib",
"build:ci": "npm run compile && npm run mkdir:dist && npm run cp:all && npm run mv:lib",
"build": "npm run compile && npm run mkdir:dist && npm run cp:all && npm run mv:lib",
"build:ci": "npm run bump && npm run compile && npm run mkdir:dist && npm run cp:all && npm run mv:lib",
"bump": "npm version patch --force"
},
"author": "[email protected]",
Expand Down

0 comments on commit 1566fa8

Please sign in to comment.