Skip to content

Commit 52a38c6

Browse files
committed
fix(release): add rust:update command to version reset workflow
1 parent 7cee048 commit 52a38c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
uses: ./.github/workflows/bazel.yml
185185
with:
186186
name: Reset Versions
187-
run: ./go ${{ needs.parse-tag.outputs.language }}:version nightly${{ needs.parse-tag.outputs.language == 'all' && ' && ./go rust:version nightly' || '' }}
187+
run: ./go ${{ needs.parse-tag.outputs.language }}:version nightly${{ needs.parse-tag.outputs.language == 'all' && ' && ./go rust:version nightly && ./go rust:update' || '' }}
188188
artifact-name: version-reset
189189

190190
update-version:

0 commit comments

Comments
 (0)