File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 94
94
draft : true
95
95
allowUpdates : true
96
96
updateOnlyUnreleased : true
97
+ tag : v25.05-beta
97
98
artifacts : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
98
99
99
100
freebsd :
@@ -136,6 +137,7 @@ jobs:
136
137
draft : true
137
138
allowUpdates : true
138
139
updateOnlyUnreleased : true
140
+ tag : v25.05-beta
139
141
artifacts : " ${{ env.BUILD_DIR }}/*.tar.gz"
140
142
141
143
macos :
@@ -191,6 +193,7 @@ jobs:
191
193
draft : true
192
194
allowUpdates : true
193
195
updateOnlyUnreleased : true
196
+ tag : v25.05-beta
194
197
artifacts : " ${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
195
198
196
199
mingw-w64 :
@@ -262,6 +265,7 @@ jobs:
262
265
draft : true
263
266
allowUpdates : true
264
267
updateOnlyUnreleased : true
268
+ tag : v25.05-beta
265
269
artifacts : " ${{ env.BUILD_DIR }}/*.zip"
266
270
267
271
visual-studio :
@@ -312,6 +316,7 @@ jobs:
312
316
draft : true
313
317
allowUpdates : true
314
318
updateOnlyUnreleased : true
319
+ tag : v25.05-beta
315
320
artifacts : " ${{ env.BUILD_DIR }}/*.zip"
316
321
317
322
android-build :
@@ -403,4 +408,5 @@ jobs:
403
408
draft : true
404
409
allowUpdates : true
405
410
updateOnlyUnreleased : true
411
+ tag : v25.05-beta
406
412
artifacts : " ${{ env.PACKAGE_DIR }}.tar.gz"
You can’t perform that action at this time.
0 commit comments