Skip to content

Commit

Permalink
Fix to drop suggests from the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 26, 2025
1 parent 44fdb23 commit e5041f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/virtualmin.dev+virtualmin-core-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
pkg_version="${result[i+1]}"
pkg_depends="${result[i+2]}"
pkg_recommends="${result[i+3]}"
pkg_suggests="${result[i+4]}"
pkg_replaces="${result[i+5]}"
build_native_package \
Expand All @@ -79,7 +78,6 @@ jobs:
--release "${{ env.PKG_RELEASE }}" \
--depends "$pkg_depends" \
--recommends "$pkg_recommends" \
--suggests "$pkg_suggests" \
--replaces "$pkg_replaces" \
--skip rpm \
--summary "${{ env.PKG_SUMMARY }}" \
Expand Down

0 comments on commit e5041f8

Please sign in to comment.