Skip to content

Commit

Permalink
[rel] B9
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro authored Dec 14, 2021
1 parent 4e01593 commit ae861cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image_stable_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: beta8
release_name: Release Beta 8
tag_name: beta9
release_name: Beta 9
draft: false
prerelease: false
outputs:
Expand All @@ -29,7 +29,7 @@ jobs:
needs: prepare_release
strategy:
matrix:
DEVICE: [pinephone]
DEVICE: [pinephone,pinephonepro]
EDITION: [plasma-mobile]
BRANCH: [stable]
steps:
Expand All @@ -45,7 +45,7 @@ jobs:
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
version: beta8
version: beta9
#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 ae861cd

Please sign in to comment.