Skip to content

Commit

Permalink
fix release script to work with detached head (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Nov 21, 2022
1 parent db917a1 commit 1822f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"postinstall": "husky install",
"changeset": "changeset",
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",
"release": "yarn clean && yarn build --force && changeset publish && git push origin --follow-tags --no-verify",
"release": "yarn clean && yarn build --force && changeset publish && git push origin HEAD:master --follow-tags --no-verify",
"version-run-all": "yarn workspaces foreach -vpt --no-private run version",
"core": "yarn workspace @segment/analytics-core",
"core+deps": "turbo run --filter=@segment/analytics-core...",
Expand Down

0 comments on commit 1822f61

Please sign in to comment.