Skip to content

Commit

Permalink
[build] ensure rust version and changelog are properly committed
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 24, 2024
1 parent 917b2d4 commit 815839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git checkout -b release-${{ github.event.inputs.version }}
- name: Update Rust Version
run: |
./go rust:version
./go rust:version[${{ github.event.inputs.version }}]
./go rust:version:commit
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 815839a

Please sign in to comment.