Skip to content

Commit

Permalink
Add mount server to GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
chainlink committed Aug 30, 2022
1 parent 3e9b4c2 commit 1ad3e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,10 @@ jobs:
if [[ $CIRCLE_TAG == *"-"* ]];
then
echo "git tag has - assuming prerelease."
gh release create --draft ${CIRCLE_TAG} --title ${CIRCLE_TAG:1} ./dist-pach/pachctl/pachctl_${CIRCLE_TAG:1}* --generate-notes --prerelease
gh release create --draft ${CIRCLE_TAG} --title ${CIRCLE_TAG:1} ./dist-pach/pachctl/pachctl_${CIRCLE_TAG:1}* ./dist-pach/mount-server/mount-server_${CIRCLE_TAG:1}* --generate-notes --prerelease
else
echo "regular release."
gh release create --draft ${CIRCLE_TAG} --title ${CIRCLE_TAG:1} ./dist-pach/pachctl/pachctl_${CIRCLE_TAG:1}* --generate-notes
gh release create --draft ${CIRCLE_TAG} --title ${CIRCLE_TAG:1} ./dist-pach/pachctl/pachctl_${CIRCLE_TAG:1}* ./dist-pach/mount-server/mount-server_${CIRCLE_TAG:1}* --generate-notes
fi
release-github:
docker:
Expand Down

0 comments on commit 1ad3e45

Please sign in to comment.