Skip to content

Commit

Permalink
use single release job
Browse files Browse the repository at this point in the history
  • Loading branch information
MeguminSama committed Nov 29, 2024
1 parent 281ef06 commit 9b7d1ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- run: cargo +nightly install cargo-packager --locked
- run: cargo +nightly release
- name: release

release:
needs: package
runs-on: ubuntu-latest
steps:
- name: Release
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9b7d1ec

Please sign in to comment.