ci: use correct xtask command to update emscripten

This commit is contained in:
Will Lillis 2024-12-30 20:11:12 -05:00 committed by GitHub
parent 490f79bca2
commit c712276676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
GIT_AUTHOR_EMAIL: 49699333+dependabot[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: dependabot[bot]
GIT_COMMITTER_EMAIL: 49699333+dependabot[bot]@users.noreply.github.com
run: cargo xtask update-emscripten
run: cargo xtask upgrade-emscripten
- name: Push updated version
run: git push origin HEAD:$GITHUB_HEAD_REF