AppVeyor: Deploy only if build was done under official account

This commit is contained in:
ge0rdi
2022-08-21 22:46:02 +02:00
parent 3d1fa11973
commit f01c126b36

View File

@@ -18,6 +18,8 @@ deploy:
- provider: GitHub
tag: v$(APPVEYOR_BUILD_VERSION)
release: $(APPVEYOR_BUILD_VERSION)
on:
APPVEYOR_ACCOUNT_NAME: passionate-coder
auth_token:
secure: 01CsOFRdj9KFb1hp/RlFK/F1UzGhzwGQfok6OoqcL1ipbOwRF//Phbdm7iaFVWIx
prerelease: true