We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6d918 commit 5c0f6ffCopy full SHA for 5c0f6ff
1 file changed
appveyor.yml
@@ -124,3 +124,24 @@ deploy:
124
on:
125
branch: master-umbraco-version-8
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
146
147
+ appveyor_repo_tag: true
0 commit comments