Skip to content

Commit

Permalink
fix: update github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
owinter86 committed Aug 22, 2022
1 parent 08e7683 commit c185ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Install
run: |
yarn
- name: Build
run: |
yarn tsc
- name: Release
run: npx semantic-release
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "1.1.1",
"license": "MIT",
"type": "module",
"exports": "./lib/index.js",
"exports": "./dist/index.js",
"files": [
"src",
"lib"
"dist"
],
"keywords": [
"rest",
Expand Down

0 comments on commit c185ef1

Please sign in to comment.