Skip to content

Commit 20a1574

Browse files
committed
Use beta tag
1 parent 4cd01d4 commit 20a1574

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/package.yml

+6
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
draft: true
9595
allowUpdates: true
9696
updateOnlyUnreleased: true
97+
tag: v25.05-beta
9798
artifacts: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
9899

99100
freebsd:
@@ -136,6 +137,7 @@ jobs:
136137
draft: true
137138
allowUpdates: true
138139
updateOnlyUnreleased: true
140+
tag: v25.05-beta
139141
artifacts: "${{ env.BUILD_DIR }}/*.tar.gz"
140142

141143
macos:
@@ -191,6 +193,7 @@ jobs:
191193
draft: true
192194
allowUpdates: true
193195
updateOnlyUnreleased: true
196+
tag: v25.05-beta
194197
artifacts: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
195198

196199
mingw-w64:
@@ -262,6 +265,7 @@ jobs:
262265
draft: true
263266
allowUpdates: true
264267
updateOnlyUnreleased: true
268+
tag: v25.05-beta
265269
artifacts: "${{ env.BUILD_DIR }}/*.zip"
266270

267271
visual-studio:
@@ -312,6 +316,7 @@ jobs:
312316
draft: true
313317
allowUpdates: true
314318
updateOnlyUnreleased: true
319+
tag: v25.05-beta
315320
artifacts: "${{ env.BUILD_DIR }}/*.zip"
316321

317322
android-build:
@@ -403,4 +408,5 @@ jobs:
403408
draft: true
404409
allowUpdates: true
405410
updateOnlyUnreleased: true
411+
tag: v25.05-beta
406412
artifacts: "${{ env.PACKAGE_DIR }}.tar.gz"

0 commit comments

Comments
 (0)