Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(publish): enable pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead committed Feb 15, 2024
1 parent ef220fe commit f48000d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PA_TOKEN }}
ref: next
- name: Node Install
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:lockfile": "lockfile-lint --path yarn.lock --allowed-hosts registry.yarnpkg.com --validate-https",
"posttest": "yarn lint && yarn test:git-history && yarn test:lockfile",
"lerna:version": "lerna version",
"lerna:publish": "lerna publish --yes"
"lerna:publish": "lerna publish --yes --canary --dist-tag alpha"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
Expand Down

0 comments on commit f48000d

Please sign in to comment.