Skip to content

Commit

Permalink
[rel] Beta 32-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro authored May 17, 2023
1 parent 4982eef commit d3c718d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: beta31
release_name: Beta 31
tag_name: beta32-rc1
release_name: Beta 32 RC1
draft: false
prerelease: false
prerelease: true
outputs:
upload_url: ${{ steps.release.outputs.upload_url }}
release_id: ${{ steps.release.outputs.id }}
Expand All @@ -33,7 +33,7 @@ jobs:
matrix:
DEVICE: [pinephone,pinephonepro]
EDITION: [phosh]
BRANCH: [stable]
BRANCH: [testing]
steps:
-
uses: styfle/[email protected]
Expand All @@ -47,7 +47,7 @@ jobs:
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
version: beta31
version: beta32-rc1
#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 d3c718d

Please sign in to comment.