Skip to content

Commit

Permalink
fix(publish): fix repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Feb 5, 2020
1 parent fb37040 commit b6156e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = async (pluginConfig, ctx) => {
const data = {
commits: ctx.commits.map(commit => ({
id: commit.hash,
repository: pkg.repository,
repository: pkg.repository.url,
message: commit.message,
author_name: commit.author.name,
author_email: commit.author.email,
Expand Down

0 comments on commit b6156e9

Please sign in to comment.