Skip to content

Commit

Permalink
fix: another dhange to release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ellison committed May 8, 2023
1 parent fa6b92b commit 65526d1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ module.exports = {
changelogFile: 'CHANGELOG.md'
},
],
"@semantic-release-plus/docker",

{
name: {
namespace: "airwalk-digital",
repository: "airview-mdx-deck",
[
"@semantic-release-plus/docker",
{
name: {
namespace: "airwalk-digital",
repository: "airview-mdx-deck",
},
"registry": "ghcr.io",
skipLogin: true,
},
"registry": "ghcr.io",
skipLogin: true,
},
],
'@semantic-release/github',
]
}
Expand Down

0 comments on commit 65526d1

Please sign in to comment.