Skip to content

Commit

Permalink
fixL update ci/cd env variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Davydov Artemiy committed May 2, 2024
1 parent 9c173dc commit 88e9214
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
- name: install frontend dependencies
run: bun install --frozen-lockfile

- uses: tauri-apps/tauri-action@v0
- name: Make a release
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
with:
tagName: dogit-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "Dogit v__VERSION__"
Expand Down

0 comments on commit 88e9214

Please sign in to comment.