Skip to content

Commit

Permalink
fix: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonli-Lokli committed Jul 16, 2024
1 parent e54394e commit 80a785a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
node-version: '18'
- run: npm i
- run: npm run test
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
package: packages/ts-result
package: build
token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/ts-result/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lonli-lokli/ts-result",
"version": "2.2.0",
"version": "2.3.0",
"private": false,
"sideEffects": false,
"main": "./cjs/index.js",
Expand Down

0 comments on commit 80a785a

Please sign in to comment.