Skip to content

Commit

Permalink
chore: update release configuration to add package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent 0479395 commit 1f36710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
npm ci
npm run build
cp package.json out && cp tsconfig.cjs.json out
cp package*.json out && cp tsconfig.cjs.json out
- name: Semantic Release Dependency
run: npm install -g @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/npm conventional-changelog-conventionalcommits semantic-release
- name: Publish Beta
Expand Down
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
[
"@semantic-release/git",
{
assets: ["package.json", "package-lock.json", "npm-shrinkwrap.json", "CHANGELOG.md"],
assets: ["package.json", "package-lock.json", "CHANGELOG.md"],
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
Expand Down

0 comments on commit 1f36710

Please sign in to comment.