Skip to content

Commit a0775cd

Browse files
committed
chore(version): '2.5.0' -> '2.5.1' & fix CD to publish lib
1 parent 7c6d1b7 commit a0775cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
node-version: 20
1616
registry-url: https://registry.npmjs.org/
1717
- run: npm ci
18+
- run: tsc --project tsconfig.json
1819
- run: npm publish
1920
env:
2021
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-utils-ts",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Provide some useful functions for strings",
55
"main": "./lib",
66
"scripts": {

0 commit comments

Comments
 (0)