Skip to content

Commit c18bc65

Browse files
committed
ci/stable: explicit make rule
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
1 parent 5f67131 commit c18bc65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
git checkout "$branch"
9999
fi
100100
101-
make version="$version"
101+
make build version="$version"
102102
103103
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
104104
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)