We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96323ef commit 69446d3Copy full SHA for 69446d3
src/main.ts
@@ -86,7 +86,7 @@ export async function run(): Promise<void> {
86
} else {
87
await worktreeGit.add('.')
88
await worktreeGit.commit(commitMessage)
89
- await worktreeGit.raw('push', remoteRepoUrl, remoteBranch)
+ await worktreeGit.raw('push', remoteRepoUrl, `remote_swift_package:${remoteBranch}`)
90
}
91
} catch (error) {
92
// Fail the workflow run if an error occurs
0 commit comments