Skip to content

Commit

Permalink
chore: include dist in release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Dec 13, 2022
1 parent f9d4aac commit 7bdfc5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "packages/*/package.json"],
"assets": ["action.yml", "dist/index.cjs"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}\n\n[skip ci]"
}
]
Expand Down

0 comments on commit 7bdfc5e

Please sign in to comment.