Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh authored Feb 17, 2022
1 parent c195d36 commit a1b9b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- name: install app dependencies, download static assets and build it
run: yarn && yarn fetch && yarn tauri build
run: yarn && yarn fetch
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: nightly # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "ClipCC Desktop Tauri Nightly Build"
releaseBody: "You can download the build to test."
releaseDraft: true
prerelease: false
releaseDraft: false
prerelease: true

0 comments on commit a1b9b27

Please sign in to comment.