Skip to content

Commit e7b2cb3

Browse files
committed
Fix release process
1 parent 8ef2e25 commit e7b2cb3

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
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@master
2525
- name: Compile and release
26-
uses: rust-build/rust-build.action@latest
26+
uses: rust-build/rust-build.action@v1.4.0
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
RUSTTARGET: ${{ matrix.target }}

0 commit comments

Comments
 (0)