Skip to content

Commit

Permalink
[rel] Beta 32
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro authored May 27, 2023
1 parent 50c7418 commit 2dd6459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: beta32-rc1
release_name: Beta 32 RC1
tag_name: beta32
release_name: Beta 32
draft: false
prerelease: true
outputs:
Expand All @@ -33,7 +33,7 @@ jobs:
matrix:
DEVICE: [pinephone,pinephonepro]
EDITION: [phosh]
BRANCH: [testing]
BRANCH: [stable]
steps:
-
uses: styfle/[email protected]
Expand All @@ -47,7 +47,7 @@ jobs:
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
version: beta32-rc1
version: beta32
#CI_PUB_KEY: "${{ secrets.CI_PUB_KEY }}"
#CI_GPG_SECRET: "${{ secrets.CI_GPG_SECRET }}"
#CI_GPG_PASSPHRASE: "${{ secrets.CI_GPG_PASSPHRASE }}"
Expand Down

0 comments on commit 2dd6459

Please sign in to comment.