Skip to content

Commit d7df6f8

Browse files
juanfiGronThork
andcommitted
🐛 fix: update GitHub release branch from '285683-upload-package-to-github' to 'main'
Co-authored-by: Samu <[email protected]>
1 parent 0e67bbb commit d7df6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JenkinsVoxel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ pipeline {
3333
}
3434

3535
stage ('Publish'){
36-
when { branch '285683-upload-package-to-github' }
36+
when { branch 'main' }
3737
steps{
38-
GitHubCreateRelease (AllowBranch: "285683-upload-package-to-github", Version: env.VERSION)
38+
GitHubCreateRelease (AllowBranch: "main", Version: env.VERSION)
3939
{
4040
GitHubUploadAssetFile(
4141
UriToPublish: "Voxel.MiddyNet.${env.VERSION}.nupkg",

0 commit comments

Comments
 (0)