Skip to content

Commit 3d1485e

Browse files
authored
[rel] Beta 15-rc1
1 parent 2fb500d commit 3d1485e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/image_stable_build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
device: ${{ matrix.device }}
3030
edition: ${{ matrix.edition }}
3131
branch: ${{ matrix.branch }}
32-
version: beta14
32+
version: beta15-rc1
3333
#gpg-key: ${{ secrets.CI_GPG_SECRET }}
3434
#gpg-passphrase: ${{ secrets.CI_GPG_PASSPHRASE }}
3535
-
@@ -38,10 +38,10 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
41-
tag_name: beta14
42-
name: Beta 14
41+
tag_name: beta15-rc1
42+
name: Beta 15 RC1
4343
draft: false
44-
prerelease: false
44+
prerelease: true
4545
files: |
4646
${{ env.FILE_PATH }}
4747
${{ env.FILE_SHA256 }}

0 commit comments

Comments
 (0)