Skip to content

Commit 7f5ce0e

Browse files
committed
fix asset step
1 parent 7a7789b commit 7f5ce0e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2323
tag_prefix: "v"
24+
package_root: "build/"
2425
- name: Publish on NPM
2526
if: "!contains(github.event.head_commit.message, '[skip publish]')"
2627
uses: JS-DevTools/npm-publish@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "massarg",
3-
"version": "0.1.0-pre.16",
3+
"version": "0.1.0-pre.17",
44
"description": "Flexible, powerful, and simple command/argument parser for CLI applications",
55
"main": "index.js",
66
"repository": "https://github.com/chenasraf/massarg.git",

0 commit comments

Comments
 (0)