Skip to content

Commit

Permalink
build beta release on normal push
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Aug 28, 2024
1 parent e4885bb commit 155838a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release_beta.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release Beta
on:
push:
tags:
- "beta"
branches:
- main
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -101,11 +101,12 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
# PKG_CONFIG_ALLOW_CROSS: ${{ contains(matrix.target, 'aarch64') && '1' || '' }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: "AList Desktop v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
# tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: "AList Desktop Beta" # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: "See the assets to download and install this version."
args: "--target ${{ matrix.target }} ${{ matrix.args }}"
prerelease: true
tagName: beta

build_updater:
name: "Build updater beta"
Expand Down

0 comments on commit 155838a

Please sign in to comment.