Auto-update Linguist version in README.md

This commit is contained in:
Luke Francl 2021-11-16 12:24:28 -08:00
parent 619127770d
commit 95ac19f504

View File

@ -73,9 +73,13 @@ jobs:
echo "::set-output name=short_commit::${commit::8}"
cd ..
- name: Update Linguist commit
- name: Update Linguist information
run: |
set -euo pipefail
IFS=$'\n\t'
sed --in-place --regexp-extended 's/(commit[[:space:]]+=[[:space:]])("[a-f0-9]{40}")/\1"${{ steps.linguist-release.outputs.commit }}"/' internal/code-generator/generator/generator_test.go
sed --in-place --regexp-extended 's/version \*\*v.+\*\*\./version \*\*${{ steps.linguist-release.outputs.linguist_version }}\*\*\./' README.md
- name: Generate code
run: make code-generate
- name: Commit changes