Skip to content

Commit

Permalink
ci: use custom release of semantic-release-rust with updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Nov 4, 2022
1 parent 82e3fbc commit 59d5376
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions-rs/[email protected]
with:
crate: semantic-release-rust
version: 1.0.0-alpha.8
- name: Install semantic-release-rust
run: cargo install --git https://github.com/arlyon/semantic-release-rust.git
- name: Install dependencies
run: yarn
- name: Release
Expand Down

0 comments on commit 59d5376

Please sign in to comment.