Skip to content

Commit

Permalink
fix(cicd): main -> prod
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-hp committed Aug 28, 2023
1 parent ddd2c13 commit accd825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: [{ name: 'main' }, { name: 'qa', prerelease: true }, { name: 'dev', prerelease: true }],
branches: [{ name: 'prod' }, { name: 'qa', prerelease: true }, { name: 'dev', prerelease: true }],
plugins: [
[
'@semantic-release/github',
Expand Down

0 comments on commit accd825

Please sign in to comment.