Skip to content

Commit

Permalink
chore(package.json): add dist directory to release
Browse files Browse the repository at this point in the history
  • Loading branch information
oflg committed Dec 23, 2023
1 parent 1109c3b commit 53a71ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- name: Clone git submodule
run: git submodule update --init
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,16 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [
[
"dist"
]
]
}
]
]
}
}
}

0 comments on commit 53a71ef

Please sign in to comment.