Skip to content

Commit

Permalink
publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Feb 10, 2025
1 parent db7f3a7 commit 25da28f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ concurrency:
on:
push:
branches:
# Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on
- feat/example-preid-branch/main
# # Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on
# - feat/example-preid-branch/main
- storage/fix-list-paths-return

jobs:
e2e:
Expand All @@ -35,4 +36,5 @@ jobs:
# The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern
# if your branch doesn't follow this pattern, you can override it here for your branch.
with:
preid: ${{ needs.parse-preid.outputs.preid }}
preid: poc-list-paths
# preid: ${{ needs.parse-preid.outputs.preid }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"publish:release": "yarn generate-metadata && lerna publish --conventional-commits --message 'chore(release): Publish [skip release]' --yes",
"publish:v5-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access",
"publish:verdaccio": "lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable --yes",
"publish:storage/fix-list-paths-return": "lerna publish --canary --force-publish --dist-tag=poc-list-paths --preid=poc-list-paths --yes",
"generate-metadata": "git rev-parse --short HEAD > packages/core/metadata && git commit -am 'chore(release): Set core metadata [skip release]'",
"ts-coverage": "lerna run ts-coverage",
"prepare": "husky && ./scripts/set-preid-versions.sh"
Expand Down

0 comments on commit 25da28f

Please sign in to comment.