File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ jobs:
127127 echo "RELEASE_DATE=${RELEASE_DATE}" >> "${GITHUB_ENV}"
128128
129129 - name : Run GoReleaser Pro
130- if : ${{ needs.create_release.outputs.is_prerelease == 'false' }}
131130 uses :
goreleaser/[email protected] 132131 with :
133132 distribution : goreleaser-pro
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ echo "Version: ${VERSION}"
1313echo " Release: ${RELEASE} "
1414echo " Location: ${GCLOUD_LOCATION} "
1515
16+ if [[ ${IS_PRERELEASE} == " true" ]]; then
17+ echo " Skipping artifact import; IS_PRERELEASE is 'true'"
18+ exit 0;
19+ fi
20+
1621if [ " ${FILE: -4} " == " .deb" ]; then
1722 if [[ " ${FILE} " =~ " armhf6" ]]; then
1823 echo " Skipping ${FILE} due to GCP Artifact Registry armhf conflict!"
You can’t perform that action at this time.
0 commit comments