Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
i7eo committed Jun 27, 2024
1 parent a00c037 commit 6fd04c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/changeset-config/src/generate-releases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export async function changesetsGenerateReleases(
)

// Push updated packages to github with tags
const gitPushCommand = `git pull && git add . && git diff --staged --quiet || git commit -m "docs: 📝 add changelogs for $(git rev-parse --short HEAD) [skip ci]" && git push origin ${env.GIT_BRANCH} --follow-tags`
const gitPushCommand = `git pull && git add . && git diff --staged --quiet || git commit -m "docs: 📝 add changelogs for $(git rev-parse --short HEAD) [skip ci]" && git push origin master --follow-tags`
const gitPushCommandOutput = execSync(gitPushCommand).toString()
// eslint-disable-next-line no-console
console.log(
Expand Down

0 comments on commit 6fd04c0

Please sign in to comment.