Skip to content

Commit

Permalink
changes in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 14, 2024
1 parent f47cad1 commit cfa63be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: lts/*
cache: yarn

- name: Install Rust stable
Expand All @@ -66,12 +66,12 @@ jobs:
run: yarn install

- name: Build and Publish Tauri App
uses: tauri-apps/tauri-action@v0
uses: tauri-apps/tauri-action@v0.5.12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: Packrat-1.0.0
releaseName: 'Packrat'
tagName: app-v__VERSION__
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit cfa63be

Please sign in to comment.