Skip to content

Commit 84014d4

Browse files
committed
Update build.yml
1 parent 0cc9836 commit 84014d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
echo "make_release=${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'false' }}" >> $GITHUB_OUTPUT
167167
echo "exists=${{ steps.check_tag.outputs.exists }}" >> $GITHUB_OUTPUT
168168
169-
echo "project_name=${{ steps.pakku_info.outputs.value }}" >> $GITHUB_OUTPUT
169+
echo "project_name=${{ steps.pakku_info.outputs.name }}" >> $GITHUB_OUTPUT
170170
echo "project_version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT
171171
echo "release_type=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT
172172

0 commit comments

Comments
 (0)