Skip to content

Commit

Permalink
fix: wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Dec 7, 2023
1 parent 1809ef1 commit 1dc4c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function releaseGithub (repoInfos: RepositoryInfos, version: string, relea
const gitTag = `v${version}`

await $`git tag -a ${gitTag} HEAD -m "chore(release): ${version} [skip ci]"`
await $`git push --follow-tags origin HEAD:refs/heads/master`
await $`git push --follow-tags origin HEAD:refs/heads/main`

const octokit = new Octokit({
auth: `token ${githubToken}`
Expand Down

0 comments on commit 1dc4c4d

Please sign in to comment.