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 0e67bbb commit d7df6f8Copy full SHA for d7df6f8
JenkinsVoxel
@@ -33,9 +33,9 @@ pipeline {
33
}
34
35
stage ('Publish'){
36
- when { branch '285683-upload-package-to-github' }
+ when { branch 'main' }
37
steps{
38
- GitHubCreateRelease (AllowBranch: "285683-upload-package-to-github", Version: env.VERSION)
+ GitHubCreateRelease (AllowBranch: "main", Version: env.VERSION)
39
{
40
GitHubUploadAssetFile(
41
UriToPublish: "Voxel.MiddyNet.${env.VERSION}.nupkg",
0 commit comments