Skip to content

Commit

Permalink
docs(changeset): add --allow-root flag to swift publish command so it…
Browse files Browse the repository at this point in the history
… works in docker (#746)
  • Loading branch information
eddiechayes authored Jul 26, 2024
1 parent 9d999c7 commit b4f878f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions generator/konfig-dash/.changeset/beige-moles-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'konfig-cli': patch
---

add --allow-root flag to swift publish command so it works in docker
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const publishScripts = {
skipTag,
})
// git tag has to be present for pod trunk to work
return [...gitTagCommands, `pod trunk push ${projectName}.podspec --allow-warnings`]
return [...gitTagCommands, `pod trunk push ${projectName}.podspec --allow-warnings --allow-root`]
},
go: async ({
version,
Expand Down

0 comments on commit b4f878f

Please sign in to comment.