Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit fcde1f4

Browse files
authored
Merge pull request #273 from speckleworks/Dimitrie/dev/hotfix-266
removes appveyor github deployment potential overrides
2 parents 4c2fdff + 66331f6 commit fcde1f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ artifacts:
7070
deploy:
7171
- release: SpeckleRhino-$(APPVEYOR_BUILD_VERSION)
7272
tag: $(APPVEYOR_REPO_TAG_NAME)
73-
description: 'Speckle client for Rhino and Grasshopper.'
73+
#description: ''
7474
provider: GitHub
7575
auth_token:
7676
secure: D5tPFvdQMg9sIe0sSvQjEWw4KAdOk1jyxNwiH5qP5DpDmUH6n6NgTdA+56vXS1Pe # your encrypted token from GitHub
7777
artifact: SpeckleRhino-$(APPVEYOR_BUILD_VERSION).rhi
78-
draft: false
79-
prerelease: true
78+
#draft: false
79+
#prerelease: false
8080
force_update: true
8181
on: # release from master branch only
8282
appveyor_repo_tag: true # deploy on tag push only

0 commit comments

Comments
 (0)