Skip to content

Commit

Permalink
update;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Sep 25, 2023
1 parent 8321099 commit a383b63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
args: --verbose --latest --strip header
env:
OUTPUT: "CHANGELOG.md"


- name: Create Release
id: create_release
Expand All @@ -122,3 +121,8 @@ jobs:
fail_on_unmatched_files: true
files: |
isomorphic-logger.zip
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"bugs": {
"url": "https://github.com/iSplasher/isomorphic-logger/issues"
},
"main": "dist/index.js",
"homepage": "https://github.com/iSplasher/isomorphic-logger",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development tsup --watch",
"types": "tsc",
Expand Down

0 comments on commit a383b63

Please sign in to comment.