We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcacc5c commit 47fc5afCopy full SHA for 47fc5af
.github/workflows/im-reusable-setup-build-workflow.yml
@@ -190,7 +190,7 @@ jobs:
190
| REF_TO_BUILD_AND_TAG | \`${{ steps.set-vars.outputs.REF_TO_BUILD_AND_TAG }}\` |
191
| DIST_TAG | \`${{ steps.set-vars.outputs.DIST_TAG }}\` |
192
| IS_DEPENDABOT_PR | \`${{ steps.actor_check.outputs.IS_DEPENDABOT_PR }}\` |
193
- | NEXT_VERSION | \`${{ steps.version.outputs.NEXT_VERSION }}\` |`;
+ | NEXT_VERSION | \`${{ steps.version.outputs.NEXT_VERSION }}\` |`;
194
} else {
195
console.log('A workflow summary was provided and will be used instead of the default value.');
196
}
0 commit comments