Skip to content

Commit

Permalink
chore: add allowBranch to publish dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsChaceD committed Mar 14, 2024
1 parent 0848d06 commit 62e6b3c
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 @@ -19,7 +19,7 @@
"ci:publish:rc": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid rc --force-publish --dist-tag next --yes",
"ci:publish:latest": "lerna publish --conventional-commits --dist-tag latest-6 --no-verify-access --yes",
"ci:publish:latest-from-pre": "lerna publish --conventional-graduate --conventional-commits --dist-tag latest-6 --no-verify-access --force-publish --yes",
"ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes"
"ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes --allowBranch fix/splash-screen-hide-crash"
},
"devDependencies": {
"@actions/core": "^1.9.1",
Expand Down

0 comments on commit 62e6b3c

Please sign in to comment.