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:
6
.github/workflows/bump-version.yml
vendored
6
.github/workflows/bump-version.yml
vendored
@@ -42,10 +42,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit version changes
|
- name: Commit version changes
|
||||||
run: |
|
run: |
|
||||||
git config user.name 'Wasmtime Releases'
|
git config user.name 'Wasmtime Publish'
|
||||||
git config user.email 'wasmtime-releases@users.noreply.github.com'
|
git config user.email 'wasmtime-publish@users.noreply.github.com'
|
||||||
git commit -a -F-<<EOF
|
git commit -a -F-<<EOF
|
||||||
Bump Wasmtime to $version
|
Bump Wasmtime to ${{ steps.bump.outputs.version }}
|
||||||
|
|
||||||
[automatically-tag-and-release-this-commit]
|
[automatically-tag-and-release-this-commit]
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user