Skip to content

Commit 815839a

Browse files
committed
[build] ensure rust version and changelog are properly committed
1 parent 917b2d4 commit 815839a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git checkout -b release-${{ github.event.inputs.version }}
3737
- name: Update Rust Version
3838
run: |
39-
./go rust:version
39+
./go rust:version[${{ github.event.inputs.version }}]
4040
./go rust:version:commit
4141
- name: Push changes
4242
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)