Skip to content

Commit

Permalink
chore: add prelerna-publish to beta releases (#5094)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencarvalho authored Feb 13, 2025
1 parent a64ebc4 commit ff73182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
git commit -am "chore: publish beta version ${{ steps.calculate_next_beta_version.outputs.beta_version }}"
yarn prelerna-publish
yarn lerna publish from-package --dist-tag beta --no-git-tag-version --no-push --yes
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"update:spectrum-css": "node ./scripts/update-spectrum-css.js --latest || yarn update:spectrum-css:cleanup",
"update:spectrum-css:cleanup": "yarn lint:packagejson && yarn --ignore-scripts && yarn process-spectrum",
"update:spectrum-css:nonbreaking": "node ./scripts/update-spectrum-css.js || yarn update:spectrum-css:cleanup",
"verify-build-artifacts": "node ./scripts/verify-build-artifacts.js",
"vrt:preview": "yarn wds --config test/visual/wds-vrt.config.js",
"vrt:quick-link": "yarn netlify deploy --alias=vrt --dir=projects/vrt-quick-link",
"verify-build-artifacts": "node ./scripts/verify-build-artifacts.js"
"vrt:quick-link": "yarn netlify deploy --alias=vrt --dir=projects/vrt-quick-link"
},
"peerDependencies": {
"common-tags": "^1.8.0"
Expand Down

0 comments on commit ff73182

Please sign in to comment.