File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,8 @@ set +u
10
10
11
11
if [[ " $HACKAGE_RELEASE " == " yes" ]]; then
12
12
# Release tag set, upload as release.
13
- # TODO: Right now, this branch will do the same as the other: make a
14
- # release candidate. We can change it to actually have it release after
15
- # we've gained enough trust in the release logic.
16
- echo " XXX: Release logic activated!"
17
- cabal upload --username=${HACKAGE_USERNAME} --password=${PASSWORD} ${SDIST}
18
- cabal upload --documentation --username=${HACKAGE_USERNAME} --password=${PASSWORD} ${DDIST}
13
+ cabal upload --publish --username=${HACKAGE_USERNAME} --password=${PASSWORD} ${SDIST}
14
+ cabal upload --publish --documentation --username=${HACKAGE_USERNAME} --password=${PASSWORD} ${DDIST}
19
15
elif [[ " $HACKAGE_RELEASE " == " no" ]]; then
20
16
# Upload as release candidate
21
17
cabal upload --username=${HACKAGE_USERNAME} --password=${PASSWORD} ${SDIST}
You can’t perform that action at this time.
0 commit comments