We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb5007 commit 4904582Copy full SHA for 4904582
.github/workflows/release.yml
@@ -35,6 +35,8 @@ jobs:
35
with:
36
suffix: ${{ github.event.inputs.suffix || '-nightly' }}
37
prefix: ${{ github.event.inputs.prefix || 'pre-rel-v' }}
38
+ env:
39
+ rust_stable: 1.77.0
40
41
- name: Delete release if already exists
42
if: github.event_name != 'push'
0 commit comments