File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/eds-core-react" : " 1.0 .0" ,
3- "packages/eds-data-grid-react" : " 1.0.0 " ,
4- "packages/eds-icons" : " 1.0 .0" ,
2+ "packages/eds-core-react" : " 0.49 .0" ,
3+ "packages/eds-data-grid-react" : " 0.9.1 " ,
4+ "packages/eds-icons" : " 0.22 .0" ,
55 "packages/eds-lab-react" : " 0.7.9" ,
6- "packages/eds-tokens" : " 1.0 .0" ,
7- "packages/eds-utils" : " 1.0 .0"
6+ "packages/eds-tokens" : " 0.10 .0" ,
7+ "packages/eds-utils" : " 0.9 .0"
88}
Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ jobs:
3030 check-releases :
3131 # Only run if:
3232 # 1. PR was actually merged (not just closed)
33- # 2. PR title contains "chore: release" (indicates it's a release-please PR)
33+ # 2. PR title contains "chore: release" (indicates it's a release-please PR
34+ # 3. PR only on develop branch
3435 if : |
3536 github.event.pull_request.merged == true &&
36- contains(github.event.pull_request.title, 'chore: release')
37+ contains(github.event.pull_request.title, 'chore: release') &&
38+ github.event.pull_request.base.ref == 'develop'
3739 runs-on : ubuntu-latest
3840 # Expose outputs so downstream jobs can check which packages changed
3941 outputs :
@@ -108,8 +110,8 @@ jobs:
108110 gh workflow run publish_core_react.yaml \
109111 --repo ${{ github.repository }} \
110112 --ref develop \
111- -f npm-tag=latest \ # Input: which npm dist-tag to use
112- -f environment=production # Input: which Storybook environment to deploy
113+ -f npm-tag=latest \
114+ -f environment=production
113115
114116 # Job 3: Trigger lab-react publish workflow
115117 # Only runs if lab-react package.json was changed
You can’t perform that action at this time.
0 commit comments