We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf326f commit e9f7736Copy full SHA for e9f7736
.github/workflows/reusable-publish-release.yml
@@ -138,7 +138,7 @@ jobs:
138
139
- name: 🚀 Bump TRB Project Node Version
140
if: steps.verify_trb_inputs.outputs.enabled == 'true'
141
- uses: ./.release-workflow/.github/actions/trb-project-version-bump
+ uses: ./.release-workflow/.github/actions/trb-project-node-version-bump
142
with:
143
trb-repository: ${{ inputs.trb-repository }}
144
project-node-name: ${{ inputs.trb-project-node-name }}
0 commit comments