Skip to content

Commit 15c9445

Browse files
committed
ci: test cliff-jumper
1 parent 81f9a1b commit 15c9445

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- run: git config --global user.name "Eugene Labutin"
3434
- run: npm ci --force # force because conflict typescript-eslint/parser version, check and remove later
3535
- run: npm run release
36-
- run: git push && git push --tags && npm publish --access public
36+
- run: git push && git push --tags
37+
- run: npm publish --access public
3738
env:
3839
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "mocha",
2626
"build": "tsc --project tsconfig.build.json && node ./dist/index.js",
2727
"prepublishOnly": "npm run lint && npm run build && npm run test",
28-
"release": "cliff-jumper --name 'ts-serializable' --package-path '.'",
28+
"release": "cliff-jumper --name 'ts-serializable' --package-path '.' --no-skip-changelog --no-skip-tag",
2929
"prepare": "husky install"
3030
},
3131
"peerDependencies": {

0 commit comments

Comments
 (0)