Skip to content

Commit

Permalink
chore: update beta release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gerjanvangeest committed Mar 26, 2024
1 parent c3dd023 commit c9eebcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- lit3-alpha
- lit3-beta

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:types": "npm run types",
"lint:versions": "node ./scripts/lint-versions.js",
"prepare": "husky install",
"release": "changeset publish --tag lit3-alpha",
"release": "changeset publish --tag lit3-beta",
"rm-all-node_modules": "npm exec --workspaces -- npx rimraf node_modules && npx rimraf node_modules",
"rocket:build": "rocket build",
"rocket:build:start": "web-dev-server --root-dir _site --open",
Expand Down

0 comments on commit c9eebcb

Please sign in to comment.