Skip to content

Commit 31b4129

Browse files
authored
ci: fix release action
1 parent 8f7ee29 commit 31b4129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@master
1515
- name: Compile and release
16-
uses: Douile/rust-build.action@v0.1.26
16+
uses: Douile/rust-build.action@latest
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
RUSTTARGET: ${{ matrix.target }}

0 commit comments

Comments
 (0)