Skip to content

Commit d393afb

Browse files
committed
Fix release process
1 parent d68c1b7 commit d393afb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch: null
7+
push: null
68

79
jobs:
810
release:
@@ -23,9 +25,10 @@ jobs:
2325
steps:
2426
- uses: actions/checkout@master
2527
- name: Compile and release
26-
uses: rust-build/rust-build.action@v1.4.0
28+
uses: rust-build/rust-build.action@v1.4.5
2729
env:
2830
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2931
RUSTTARGET: ${{ matrix.target }}
32+
TOOLCHAIN_VERSION: 1.83.0
3033
EXTRA_FILES: "README.md"
3134
ARCHIVE_TYPES: ${{ matrix.archive }}

0 commit comments

Comments
 (0)