Skip to content

Commit

Permalink
ci: Fix release workflow by adding a comma (#2536)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Apr 13, 2022
1 parent 6f22f22 commit 11a342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
{breaking: true, release: 'minor'},
{tag: 'Breaking', release: 'minor'},
]
}]
}],

["@semantic-release/exec", {
// Validate the type of release we are doing
Expand Down

0 comments on commit 11a342f

Please sign in to comment.