我收到这样的信息:
"GitHub" deployment has been skipped as environment variable has not matched ("appveyor_repo_tag" is "false", should be "true")但是,从我的Appveyor.yml中可以看到:
https://github.com/GrokImageCompression/grok/blob/master/appveyor.yml
appveyor_repo_tag实际上被设置为true
发布于 2018-01-22 18:28:13
tag: $(APPVEYOR_REPO_TAG_NAME)部署设置中添加GitHub (以防止AppVeyor创建新标记和无休止的构建循环)force_update: true (以更新发布详细信息,而不仅仅是文件)https://stackoverflow.com/questions/48359909
复制相似问题