File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -124,3 +124,24 @@ deploy:
124
124
on :
125
125
branch : master-umbraco-version-8
126
126
appveyor_repo_tag : true
127
+
128
+ # GitHub Deployment for releases
129
+ - provider : GitHub
130
+ auth_token :
131
+ secure : Kucu1gQQf8bjRlkR72fyZUiUtmkz7rtZEIgK/RMT1pMnq700m5sSQTiFHOSQUdR5
132
+ artifact : /.*\.zip/ # upload all Zip packages to release assets
133
+ draft : false
134
+ prerelease : false
135
+ on :
136
+ branch : main-version-3
137
+ appveyor_repo_tag : true # deploy on tag push only
138
+
139
+ # NuGet Deployment for releases
140
+ - provider : NuGet
141
+ server :
142
+ api_key :
143
+ secure : TtE4dizVNNLoy4gfrJDGRH1/vfNMTXiAxuMW0va1bcO1ZPXCw0qy12PUfIB+h9O3
144
+ artifact : /.*\.nupkg/
145
+ on :
146
+ branch : main-version-3
147
+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments