Skip to content

Commit 2f86fab

Browse files
committed
do not delete config files
1 parent 744f98d commit 2f86fab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
deploy-release-packagecloud:
4343
if: startsWith(github.ref, 'refs/tags/v')
4444
needs: release
45-
name: Deploy Nonpublic PackageCloud
45+
name: Deploy Production PackageCloud
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Download release files

package/package.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ read -r -d '' PACKAGE_ARGS <<- PACKAGE_ARGS
2626
--after-install package/after-install.sh
2727
--before-install package/before-install.sh
2828
--before-remove package/before-remove.sh
29-
--deb-no-default-config-files
3029
--description='${DESC}'
3130
--iteration ${ITERATION}
3231
--license ${LICENSE}

0 commit comments

Comments
 (0)