Skip to content

Commit

Permalink
Update tauri.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 10, 2023
1 parent 2dd5795 commit fa598cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libsoup-3.0-dev libjavascriptcoregtk-4.1-dev
- name: Install Frontend Dependencies
run: pnpm i
- name: Get Short Commit SHA
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: spacebar-v__VERSION__
releaseName: "Spacebar Client v__VERSION__"
tagName: client-v${{ env.branch }}_${{ env.sha_short }}
releaseName: "Spacebar Client v${{ env.branch }}_${{ env.sha_short }}"
releaseBody: "See the assets to download this version and install."
releaseDraft: false
prerelease: true

0 comments on commit fa598cb

Please sign in to comment.