We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917b2d4 commit 815839aCopy full SHA for 815839a
.github/workflows/pre-release.yml
@@ -36,7 +36,7 @@ jobs:
36
git checkout -b release-${{ github.event.inputs.version }}
37
- name: Update Rust Version
38
run: |
39
- ./go rust:version
+ ./go rust:version[${{ github.event.inputs.version }}]
40
./go rust:version:commit
41
- name: Push changes
42
uses: ad-m/github-push-action@master
0 commit comments