Skip to content

Commit ee00567

Browse files
authored
[cascading] from release/13.3.0-rc to main (#3679)
<!-- {"currentBranch":"release/13.3.0-rc","targetBranch":"main","bypassReviewers":false,"isConflicting":false} --> ## Cascading from release/13.3.0-rc to main --- <small>This Pull Request has been generated with ❤️ by the [Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
2 parents bec2f99 + 2f1738e commit ee00567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- run: yarn set:version ${{ inputs.version }}
143143
- name: Publish Extensions
144144
if: '!inputs.prerelease'
145-
run: yarn run ${{ endsWith(inputs.version, '.0') && 'publish:extensions' || 'publish:extensions:affected' }}
145+
run: yarn run publish:extensions
146146
env:
147147
NX_BASE: HEAD~1
148148
VSCE_PAT: ${{ secrets.AZURE_VSC_EXT_TOKEN }}

0 commit comments

Comments
 (0)