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 0cc9836 commit 84014d4Copy full SHA for 84014d4
.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
166
echo "make_release=${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }}" >> $GITHUB_OUTPUT
167
echo "exists=${{ steps.check_tag.outputs.exists }}" >> $GITHUB_OUTPUT
168
169
- echo "project_name=${{ steps.pakku_info.outputs.value }}" >> $GITHUB_OUTPUT
+ echo "project_name=${{ steps.pakku_info.outputs.name }}" >> $GITHUB_OUTPUT
170
echo "project_version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT
171
echo "release_type=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT
172
0 commit comments