Skip to content

Commit

Permalink
[b36]
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro authored Dec 5, 2023
1 parent 3ca1658 commit 2c0c0ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: beta35
release_name: Beta 35
tag_name: beta36
release_name: Beta 36
draft: false
prerelease: true
outputs:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
version: beta35
version: beta36
#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 2c0c0ff

Please sign in to comment.