Skip to content

Commit

Permalink
fix: github action generate auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkenD committed May 15, 2024
1 parent 243a3f9 commit 220c524
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- main

# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.

jobs:
publish-tauri:
Expand All @@ -28,16 +29,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: setup node
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: pnpm install
uses: pnpm/action-setup@v3
with:
version: 8

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 220c524

Please sign in to comment.