Skip to content

Commit

Permalink
fix(ci): add dist folder to git release
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Jul 26, 2021
1 parent 627d7d7 commit a757f42
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/git"
[
"@semantic-release/git",
{
"assets": [
"action.yml",
"dist/**/*.{js,map}",
"package.json"
]
}
]
]
}
}

0 comments on commit a757f42

Please sign in to comment.