Fix some typos in the bump-version.yml workflow (#3488)

Mostly just holdovers from various refactorings I applied along the way
when writing this all up.
This commit is contained in:
Alex Crichton
2021-10-28 16:24:28 -05:00
committed by GitHub
parent c26197ef8c
commit 0737afe07e

View File

@@ -42,10 +42,10 @@ jobs:
- name: Commit version changes
run: |
git config user.name 'Wasmtime Releases'
git config user.email 'wasmtime-releases@users.noreply.github.com'
git config user.name 'Wasmtime Publish'
git config user.email 'wasmtime-publish@users.noreply.github.com'
git commit -a -F-<<EOF
Bump Wasmtime to $version
Bump Wasmtime to ${{ steps.bump.outputs.version }}
[automatically-tag-and-release-this-commit]
EOF