Skip to content

Commit e9f7736

Browse files
committed
fix(publish-release): align TRB local action path with synced directory
1 parent 7bf326f commit e9f7736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: 🚀 Bump TRB Project Node Version
140140
if: steps.verify_trb_inputs.outputs.enabled == 'true'
141-
uses: ./.release-workflow/.github/actions/trb-project-version-bump
141+
uses: ./.release-workflow/.github/actions/trb-project-node-version-bump
142142
with:
143143
trb-repository: ${{ inputs.trb-repository }}
144144
project-node-name: ${{ inputs.trb-project-node-name }}

0 commit comments

Comments
 (0)