Skip to content

Commit

Permalink
Changed tag name to wikigen
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeem Allen authored and Akeem Allen committed Apr 9, 2024
1 parent 94bc0da commit d9b9aa0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- name: install pnpm instead of npm
- name: install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
Expand All @@ -67,13 +67,13 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'App v__VERSION__'
tagName: wikigen-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'WikiGen v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
releaseDraft: false
prerelease: true
repo: ${{ vars.GITHUB_REPOSITORY }}
releaseCommitish: ${{ vars.GITHUB_SHA }}
# repo: ${{ vars.GITHUB_REPOSITORY }}
# releaseCommitish: ${{ vars.GITHUB_SHA }}
args: ${{ matrix.settings.args }}

# - uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d9b9aa0

Please sign in to comment.