We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744f98d commit 2f86fabCopy full SHA for 2f86fab
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
deploy-release-packagecloud:
43
if: startsWith(github.ref, 'refs/tags/v')
44
needs: release
45
- name: Deploy Nonpublic PackageCloud
+ name: Deploy Production PackageCloud
46
runs-on: ubuntu-latest
47
steps:
48
- name: Download release files
package/package.sh
@@ -26,7 +26,6 @@ read -r -d '' PACKAGE_ARGS <<- PACKAGE_ARGS
26
--after-install package/after-install.sh
27
--before-install package/before-install.sh
28
--before-remove package/before-remove.sh
29
- --deb-no-default-config-files
30
--description='${DESC}'
31
--iteration ${ITERATION}
32
--license ${LICENSE}
0 commit comments