Skip to content

Commit

Permalink
Hopefully the workflow works now
Browse files Browse the repository at this point in the history
i hate this sm
  • Loading branch information
realxilliam authored Apr 8, 2024
1 parent eb943f9 commit 1465a43
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
- run: npm install tauri
- run: npm install
- run: npm run tauri build
- uses: phish108/[email protected]
- name: Bump package version
id: bumping-version
uses: jpb06/bump-package@latest
with:
should-default-to-patch: true
- uses: Klemensas/action-autotag@stable
id: tagger
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
- uses: svenstaro/[email protected]
with:
file: /src-tauri/target/release/bundle/msi/*
release_name: Nightly Build (v.${{ steps.tagger.outputs.new-tag }})
release_name: Nightly Build (v.${{ steps.tagger.outputs.version }})
prerelease: true
make_latest: false

0 comments on commit 1465a43

Please sign in to comment.