From 2386ff257ba141298033d2cbbe7d311580635864 Mon Sep 17 00:00:00 2001 From: Hari Mukti Date: Tue, 23 Apr 2024 16:52:43 +0700 Subject: [PATCH] chore: update fitgen workflow (#212) --- .github/workflows/fitgen.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/fitgen.yml b/.github/workflows/fitgen.yml index 3a1dca91..be69ad2a 100644 --- a/.github/workflows/fitgen.yml +++ b/.github/workflows/fitgen.yml @@ -57,10 +57,15 @@ jobs: go run main.go -f Profile.xlsx -p ../../../ -b all --profile-version ${{ steps.check-comment.outputs.profile_version }} --verbose -y cd $wd sed -E -i 's/profile\-v[0-9]+\.[0-9]+-lightblue.svg/\profile-v${{ steps.check-comment.outputs.profile_version }}-lightblue.svg/' README.md + cd cmd/fitconv go generate cd $wd + cd cmd/fitprint + go generate + cd $wd + - name: Commit and Push if: steps.check-comment.outputs.trigger == 'true' env: