forked from kemitix/git-next
build: correct path to rust toolchain action
This commit is contained in:
parent
5534160aaf
commit
2156780a3d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Run release-plz
|
||||
uses: https://git.kemitix.net/kemitix/release-plz-action@dev
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue