Skip to content

Commit

Permalink
Release all individual packages also
Browse files Browse the repository at this point in the history
  • Loading branch information
michacassola committed May 19, 2024
1 parent 2b1f9d5 commit 102931a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unypkg-base-build-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,11 @@ gh -R unypkg/base release create "$uny_build_date_now" --generate-notes \
######################################################################################################################
### Packaging individual ones

# Comment this next for loop out if not all packages are supposed to be released individually
for pkg in /uny/pkg/*; do
echo "release" >/var/uny/sources/release-"$(basename "$pkg")"
done

if compgen -G "/var/uny/sources/release-*"; then
cd $UNY/pkg || exit
for pkg in /var/uny/sources/release-*; do
Expand Down

0 comments on commit 102931a

Please sign in to comment.