Skip to content

Commit 9100fc7

Browse files
committed
Fix workflow: correct Rust action name and add manual trigger
1 parent 3a742ff commit 9100fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
78

89
permissions:
910
contents: write
@@ -55,7 +56,7 @@ jobs:
5556
cache: 'npm'
5657

5758
- name: Install Rust stable
58-
uses: dtolnay/rust-action@stable
59+
uses: dtolnay/rust-toolchain@stable
5960
with:
6061
targets: ${{ matrix.rust_target }}
6162

0 commit comments

Comments
 (0)