We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf8f8b commit c87aa50Copy full SHA for c87aa50
.goreleaser.yml
@@ -95,6 +95,7 @@ nfpms:
95
# Package metadata: dpkg --info dist/step_....deb
96
#
97
- &NFPM
98
+ id: packages
99
builds:
100
- nfpm
101
package_name: "{{ .Var.packageName }}"
scripts/package-repo-import.sh
@@ -40,11 +40,6 @@ check_package() {
40
fi
41
}
42
43
-if [[ ${GORELEASER_PHASE} != "publish" ]]; then
44
- echo "Skipping artifact import; GORELEASER_PHASE is not 'publish'"
45
- exit 0;
46
-fi
47
-
48
if [[ ${IS_PRERELEASE} == "true" ]]; then
49
echo "Skipping artifact import; IS_PRERELEASE is 'true'"
50
exit 0;
0 commit comments