diff --git a/src/main.ts b/src/main.ts index 59401ff..1bf6343 100644 --- a/src/main.ts +++ b/src/main.ts @@ -86,7 +86,7 @@ export async function run(): Promise { } else { await worktreeGit.add('.') await worktreeGit.commit(commitMessage) - await worktreeGit.raw('push', remoteRepoUrl, remoteBranch) + await worktreeGit.raw('push', remoteRepoUrl, `remote_swift_package:${remoteBranch}`) } } catch (error) { // Fail the workflow run if an error occurs